21 lines
509 B
Text
21 lines
509 B
Text
# Template file for 'runit-void'
|
|
pkgname=runit-void
|
|
version=20140507
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
homepage="http://www.voidlinux.eu"
|
|
short_desc="runit scripts for Void Linux"
|
|
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}
|
|
}
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/dracut.conf 644 usr/lib/dracut/dracut.conf.d ${pkgname}.conf
|
|
}
|