From 2458d01a4d896625380e4af6d7aefb9dc1bc6e6a Mon Sep 17 00:00:00 2001 From: Dave Eddy Date: Wed, 1 Jan 2020 21:18:15 -0500 Subject: [PATCH] New Package: vsv@1.3.2 --- srcpkgs/vsv/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/vsv/template 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 +}