There was an error while loading. Please reload this page.
1 parent 635ab90 commit a42e544Copy full SHA for a42e544
1 file changed
srcpkgs/runit-void/template
@@ -0,0 +1,22 @@
1
+# Template file for 'runit-void'
2
+pkgname=runit-void
3
+version=20140425
4
+revision=1
5
+build_style=meta
6
+homepage="http://www.voidlinux.eu"
7
+short_desc="runit scripts for the void distribution"
8
+maintainer="Juan RP <xtraeme@gmail.com>"
9
+license="Public domain"
10
+
11
+noarch=yes
12
+makedepends="runit"
13
+depends="${makedepends}"
14
+conf_files="/etc/rc.conf"
15
16
+do_fetch() {
17
+ git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
18
+}
19
20
+do_install() {
21
+ make DESTDIR=${DESTDIR} install
22
0 commit comments