17 lines
406 B
Text
17 lines
406 B
Text
# Template file for 'runit-void'
|
|
pkgname=runit-void
|
|
version=20140511
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
homepage="http://www.voidlinux.eu"
|
|
short_desc="runit scripts for Void Linux"
|
|
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}
|
|
}
|