void-packages/srcpkgs/runit-void/template

24 lines
492 B
Plaintext
Raw Normal View History

2014-04-25 23:24:36 +02:00
# Template file for 'runit-void'
pkgname=runit-void
2014-04-26 09:33:39 +02:00
version=20140426
2014-04-25 23:24:36 +02:00
revision=1
build_style=meta
homepage="http://www.voidlinux.eu"
short_desc="runit scripts for the void distribution"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
makedepends="runit"
depends="${makedepends}"
conf_files="/etc/rc.conf"
do_fetch() {
git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
}
2014-04-26 09:33:39 +02:00
do_build() {
make
}
2014-04-25 23:24:36 +02:00
do_install() {
2014-04-26 09:33:39 +02:00
make DESTDIR=${DESTDIR} PREFIX=/usr install
2014-04-25 23:24:36 +02:00
}