void-packages/srcpkgs/snoopy/template
2015-01-27 07:03:21 +00:00

22 lines
576 B
Plaintext

# Template file for 'snoopy'
pkgname=snoopy
version=2.2.3
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
conf_files="/etc/snoopy.ini"
hostmakedepends="automake libtool"
short_desc="Log every executed command to syslog"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="https://github.com/a2o/snoopy"
distfiles="https://github.com/a2o/snoopy/archive/snoopy-${version}.tar.gz"
checksum=918bb9ddeb4019e00529eeabda238e6354cac12fa0f545b7be7cfe58aca1998c
pre_configure() {
autoreconf -fi
}
post_install() {
vconf etc/snoopy.ini
}