void-packages/srcpkgs/snoopy/template
2015-05-21 12:21:00 +02:00

20 lines
579 B
Bash

# Template file for 'snoopy'
pkgname=snoopy
version=2.3.0
revision=1
wrksrc="snoopy-${version}"
build_style=gnu-configure
conf_files="/etc/snoopy.ini"
short_desc="Log every executed command to syslog"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/a2o/snoopy"
distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
checksum=14312de74b995b2d5aad60b148c18378ac55d26e065a05ea2477f9bddce65bea
pre_configure() {
find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +
}
post_install() {
vconf etc/snoopy.ini
}