void-packages/srcpkgs/snoopy/template
2016-03-06 01:56:40 +01:00

23 lines
675 B
Bash

# Template file for 'snoopy'
pkgname=snoopy
version=2.4.5
revision=1
build_style=gnu-configure
hostmakedepends="socat"
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=f883159098cf9fba9792d804327d923748afb2806b3949e6b7c7d70793213f73
nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/14486/steps/shell_3/logs/stdio"
pre_configure() {
find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +
}
post_install() {
vconf etc/snoopy.ini
}