18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
# Template file for 'runit-void'
|
|
pkgname=runit-void
|
|
version=20140719
|
|
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"
|
|
|
|
makedepends="runit"
|
|
depends="${makedepends}"
|
|
conf_files="/etc/rc.conf"
|
|
|
|
do_fetch() {
|
|
git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
|
|
}
|