New Package: vsv@1.3.2

Closes: #17979 [via git-merge-pr]
This commit is contained in:
Dave Eddy 2020-01-01 21:18:15 -05:00 committed by lemmi
parent 45750221f9
commit 07fd0a2f44

18
srcpkgs/vsv/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'vsv'
pkgname=vsv
version=1.3.2
revision=1
archs=noarch
depends="bash coreutils psmisc"
short_desc="Manage and view runit services"
maintainer="Dave Eddy <dave@daveeddy.com>"
license="MIT"
homepage="https://github.com/bahamas10/vsv"
distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
checksum=0f31850cdc676ae25c2524a4e7998a62785ff268b883d3f544c6fd93ddc0b5bc
do_install() {
vbin vsv
vman man/vsv.8
vlicense LICENSE
}