24 lines
590 B
Plaintext
24 lines
590 B
Plaintext
# Template file for 'runit-void'
|
|
pkgname=runit-void
|
|
version=20140504
|
|
revision=1
|
|
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() {
|
|
vmkdir usr/lib/dracut/dracut.conf.d
|
|
echo 'i18n_vars="/etc/rc.conf:KEYMAP,FONT,FONT_MAP,FONT_UNIMAP"' > \
|
|
${DESTDIR}/usr/lib/dracut/dracut.conf.d/void-i18n.conf
|
|
}
|