# Template file for 'runit-void' pkgname=runit-void version=20150511.1 revision=2 wrksrc="void-runit-${version}" build_pie=yes build_style=gnu-makefile homepage="http://www.voidlinux.eu" short_desc="Void Linux runit scripts" maintainer="Juan RP " license="Public Domain" distfiles="https://github.com/voidlinux/void-runit/archive/${version}.tar.gz" checksum=b05421943d17e951212944a3704555f5d8d4e5696887ca333038b2259d9a4d48 depends="virtual?awk procps-ng runit" conf_files=" /etc/hostname /etc/locale.conf /etc/rc.conf /etc/rc.local /etc/rc.shutdown /etc/sv/agetty-console/conf /etc/sv/agetty-serial/conf /etc/sv/agetty-tty1/conf" make_dirs=" /etc/zzz.d/suspend 0755 root root /etc/zzz.d/resume 0755 root root" post_install() { vconf ${XBPS_SRCPKGDIR}/systemd/files/hostname vconf ${XBPS_SRCPKGDIR}/systemd/files/os-release vconf ${XBPS_SRCPKGDIR}/systemd/files/locale.conf # Enable services at post-install time instead. rm -f ${DESTDIR}/etc/runit/runsvdir/current rm -rf ${DESTDIR}/etc/runit/runsvdir/default rm -rf ${DESTDIR}/etc/runit/runsvdir/single ln -s /usr/bin/runit-init ${DESTDIR}/usr/sbin/init }