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:
Dave Eddy 2023-02-05 14:20:19 -05:00 committed by classabbyamp
parent 70a5b0eca1
commit 38b2128c2f
1 changed files with 5 additions and 5 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'vsv'
pkgname=vsv
version=1.3.5
version=2.0.0
revision=1
depends="bash psmisc"
build_style=cargo
depends="psmisc"
short_desc="Manage and view runit services"
maintainer="Dave Eddy <dave@daveeddy.com>"
license="MIT"
homepage="https://github.com/bahamas10/vsv"
changelog="https://raw.githubusercontent.com/bahamas10/vsv/master/CHANGES.md"
distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
checksum=d4b88a7d11189d6a9dd160a25025cbec8d27a88ea02a6826e0c010824b6bc943
checksum=05c20d8e04ca37fdc47dde80a04a4709b54650748529456ebdddb4104fc805ec
do_install() {
vbin vsv
post_install() {
vman man/vsv.8
vlicense LICENSE
}