runit-void: update to 20150402.
This commit is contained in:
parent
35bf1f70a4
commit
1010269211
1 changed files with 14 additions and 6 deletions
|
@ -1,24 +1,32 @@
|
|||
# Template file for 'runit-void'
|
||||
pkgname=runit-void
|
||||
version=20150327
|
||||
version=20150402
|
||||
revision=1
|
||||
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 <xtraeme@gmail.com>"
|
||||
license="Public Domain"
|
||||
distfiles="https://github.com/voidlinux/void-runit/archive/${version}.tar.gz"
|
||||
checksum=8e90f3d33f8e10c5f9f265390da0caa772278c6bd953a5c16739d284d14e10b4
|
||||
|
||||
hostmakedepends="git"
|
||||
depends="virtual?awk procps-ng runit"
|
||||
conf_files="/etc/hostname /etc/locale.conf /etc/rc.conf /etc/rc.local /etc/rc.shutdown"
|
||||
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"
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue