From a42e544b860b002671cb1230ad6f8ea8ff548e06 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 Apr 2014 23:24:36 +0200 Subject: [PATCH] New package: runit-void. --- srcpkgs/runit-void/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/runit-void/template diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template new file mode 100644 index 00000000000..69a4fef6e88 --- /dev/null +++ b/srcpkgs/runit-void/template @@ -0,0 +1,22 @@ +# Template file for 'runit-void' +pkgname=runit-void +version=20140425 +revision=1 +build_style=meta +homepage="http://www.voidlinux.eu" +short_desc="runit scripts for the void distribution" +maintainer="Juan RP " +license="Public domain" + +noarch=yes +makedepends="runit" +depends="${makedepends}" +conf_files="/etc/rc.conf" + +do_fetch() { + git clone git://github.com/voidlinux/runit-void ${pkgname}-${version} +} + +do_install() { + make DESTDIR=${DESTDIR} install +}