void-packages/srcpkgs/runit-void/template

22 lines
520 B
Plaintext
Raw Normal View History

2014-04-25 23:24:36 +02:00
# Template file for 'runit-void'
pkgname=runit-void
version=20140729
revision=3
2014-04-26 10:46:25 +02:00
build_style=gnu-makefile
2014-04-25 23:24:36 +02:00
homepage="http://www.voidlinux.eu"
2014-06-02 12:44:33 +02:00
short_desc="Void Linux runit scripts"
2014-04-25 23:24:36 +02:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
hostmakedepends="git"
2014-04-25 23:24:36 +02:00
makedepends="runit"
depends="${makedepends}"
conf_files="/etc/rc.conf /etc/rc.local"
make_dirs="
/etc/zzz.d/suspend 0755 root root
2014-07-25 15:12:28 +02:00
/etc/zzz.d/resume 0755 root root"
2014-04-25 23:24:36 +02:00
do_fetch() {
git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
}