New package: runit-void.
This commit is contained in:
parent
635ab90332
commit
a42e544b86
1 changed files with 22 additions and 0 deletions
22
srcpkgs/runit-void/template
Normal file
22
srcpkgs/runit-void/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'runit-void'
|
||||
pkgname=runit-void
|
||||
version=20140425
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
short_desc="runit scripts for the void distribution"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Public domain"
|
||||
|
||||
noarch=yes
|
||||
makedepends="runit"
|
||||
depends="${makedepends}"
|
||||
conf_files="/etc/rc.conf"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
Loading…
Reference in a new issue