Files
void-packages/srcpkgs/runit-void/template
2014-04-26 11:36:38 +02:00

18 lines
417 B
Plaintext

# Template file for 'runit-void'
pkgname=runit-void
version=20140426
revision=3
build_style=gnu-makefile
homepage="http://www.voidlinux.eu"
short_desc="runit scripts for the void distribution"
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}
}