2014-07-18 22:24:54 +00:00
|
|
|
# Template file for 'socklog-void'
|
|
|
|
pkgname=socklog-void
|
2014-11-28 10:23:31 +00:00
|
|
|
version=20141128
|
2014-11-05 16:25:51 +00:00
|
|
|
revision=1
|
2014-07-18 22:24:54 +00:00
|
|
|
build_style=gnu-makefile
|
|
|
|
system_groups="socklog"
|
|
|
|
make_dirs="/var/log/socklog 2750 root socklog"
|
|
|
|
hostmakedepends="git"
|
|
|
|
depends="socklog runit"
|
|
|
|
short_desc="Void Linux socklog configuration"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="Public Domain"
|
|
|
|
homepage="http://www.voidlinux.eu"
|
|
|
|
|
|
|
|
do_fetch() {
|
2014-11-28 10:23:31 +00:00
|
|
|
git clone git://github.com/voidlinux/socklog-void ${pkgname}-${version}
|
2014-07-18 22:24:54 +00:00
|
|
|
}
|