2014-04-25 21:24:36 +00:00
|
|
|
# Template file for 'runit-void'
|
|
|
|
pkgname=runit-void
|
2014-05-11 07:09:41 +00:00
|
|
|
version=20140511
|
|
|
|
revision=1
|
2014-04-26 08:46:25 +00:00
|
|
|
build_style=gnu-makefile
|
2014-04-25 21:24:36 +00:00
|
|
|
homepage="http://www.voidlinux.eu"
|
2014-04-26 23:07:22 +00:00
|
|
|
short_desc="runit scripts for Void Linux"
|
2014-04-25 21:24:36 +00:00
|
|
|
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-28 10:57:59 +00:00
|
|
|
|
|
|
|
post_install() {
|
2014-05-07 13:38:35 +00:00
|
|
|
vinstall ${FILESDIR}/dracut.conf 644 usr/lib/dracut/dracut.conf.d ${pkgname}.conf
|
2014-04-28 10:57:59 +00:00
|
|
|
}
|