21 lines
520 B
Text
21 lines
520 B
Text
# Template file for 'runit-void'
|
|
pkgname=runit-void
|
|
version=20140729
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
homepage="http://www.voidlinux.eu"
|
|
short_desc="Void Linux runit scripts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="Public domain"
|
|
|
|
hostmakedepends="git"
|
|
makedepends="runit"
|
|
depends="${makedepends}"
|
|
conf_files="/etc/rc.conf /etc/rc.local"
|
|
make_dirs="
|
|
/etc/zzz.d/suspend 0755 root root
|
|
/etc/zzz.d/resume 0755 root root"
|
|
|
|
do_fetch() {
|
|
git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
|
|
}
|