void-packages/srcpkgs/snoopy/template
2015-01-21 07:30:50 +00:00

21 lines
576 B
Text

# Template file for 'snoopy'
pkgname=snoopy
version=2.2.2
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=bb3184e1f087236ff8b0cb2019c308aac046ca71ad84d785fa0848eff6ff4034
pre_configure() {
autoreconf -fi
}
post_install() {
vconf etc/snoopy.ini
}