24 lines
492 B
Plaintext
24 lines
492 B
Plaintext
# Template file for 'runit-void'
|
|
pkgname=runit-void
|
|
version=20140426
|
|
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}
|
|
}
|
|
do_build() {
|
|
make
|
|
}
|
|
do_install() {
|
|
make DESTDIR=${DESTDIR} PREFIX=/usr install
|
|
}
|