parent
19614f50a8
commit
7337fcac2f
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'just'
|
# Template file for 'just'
|
||||||
pkgname=just
|
pkgname=just
|
||||||
version=0.5.8
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Just a command runner"
|
short_desc="Just a command runner"
|
||||||
|
@ -9,8 +9,12 @@ license="CC0-1.0"
|
||||||
homepage="https://github.com/casey/just"
|
homepage="https://github.com/casey/just"
|
||||||
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
|
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
|
||||||
checksum=f0d3363f7e7604aeb355fe631421bccddb458756b5d951b25c071aa38d3e72a7
|
checksum=624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vman man/just.1
|
||||||
|
vcompletion completions/just.bash bash
|
||||||
|
vcompletion completions/just.fish fish
|
||||||
|
vcompletion completions/just.zsh zsh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue