Skip to content

Commit a42e544

Browse files
author
Juan RP
committed
New package: runit-void.
1 parent 635ab90 commit a42e544

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

srcpkgs/runit-void/template

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)