void-packages/srcpkgs/vsv/template

19 lines
461 B
Bash
Raw Normal View History

# 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
}