diff --git a/srcpkgs/vsv/template b/srcpkgs/vsv/template new file mode 100644 index 00000000000..d57680e61b6 --- /dev/null +++ b/srcpkgs/vsv/template @@ -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 " +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 +}