vsv: update to 2.0.0
`vsv` was rewritten from Bash to Rust so this template reflects that change - the user-facing CLI interface has not changed.
This commit is contained in:
parent
70a5b0eca1
commit
38b2128c2f
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'vsv'
|
# Template file for 'vsv'
|
||||||
pkgname=vsv
|
pkgname=vsv
|
||||||
version=1.3.5
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
depends="bash psmisc"
|
build_style=cargo
|
||||||
|
depends="psmisc"
|
||||||
short_desc="Manage and view runit services"
|
short_desc="Manage and view runit services"
|
||||||
maintainer="Dave Eddy <dave@daveeddy.com>"
|
maintainer="Dave Eddy <dave@daveeddy.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/bahamas10/vsv"
|
homepage="https://github.com/bahamas10/vsv"
|
||||||
changelog="https://raw.githubusercontent.com/bahamas10/vsv/master/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/bahamas10/vsv/master/CHANGES.md"
|
||||||
distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
|
||||||
checksum=d4b88a7d11189d6a9dd160a25025cbec8d27a88ea02a6826e0c010824b6bc943
|
checksum=05c20d8e04ca37fdc47dde80a04a4709b54650748529456ebdddb4104fc805ec
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
vbin vsv
|
|
||||||
vman man/vsv.8
|
vman man/vsv.8
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue