void-packages/srcpkgs/runit-void/template
2014-09-28 08:55:48 +02:00

26 lines
690 B
Plaintext

# Template file for 'runit-void'
pkgname=runit-void
version=20140928
revision=1
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"
depends="runit"
conf_files="/etc/hostname /etc/locale.conf /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}
}
post_install() {
vconf ${XBPS_SRCPKGDIR}/systemd/files/hostname
vconf ${XBPS_SRCPKGDIR}/systemd/files/os-release
vconf ${XBPS_SRCPKGDIR}/systemd/files/locale.conf
}