Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions srcpkgs/snoopy/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# Template file for 'snoopy'
pkgname=snoopy
version=2.4.6
version=2.5.2
revision=1
build_style=gnu-configure
hostmakedepends="socat"
hostmakedepends="socat procps-ng"
conf_files="/etc/snoopy.ini"
short_desc="Log every executed command to syslog"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/a2o/snoopy"
distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz"
checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
checksum=9bee136cc3a676e8a11e5ad23339f32fe1a6aea473abca1cc625beb71ebbafc9

do_check() {
export PATH="/usr/bin:/bin"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

}

pre_configure() {
find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +
}

post_install() {
vconf etc/snoopy.ini
}