blob: cdfe20bcebe57336155966d2f5e5ffbe2ae8be34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Template file for 'runit-void'
pkgname=runit-void
version=20140810
revision=2
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"
makedepends="runit"
depends="${makedepends}"
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
}
|