mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
New package: snoopy-2.1.0.
This commit is contained in:
parent
0be8922208
commit
b9c165650a
3 changed files with 31 additions and 0 deletions
5
srcpkgs/snoopy/INSTALL
Normal file
5
srcpkgs/snoopy/INSTALL
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
sbin/snoopy-enable
|
||||||
|
;;
|
||||||
|
esac
|
5
srcpkgs/snoopy/REMOVE
Normal file
5
srcpkgs/snoopy/REMOVE
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
pre)
|
||||||
|
sbin/snoopy-disable
|
||||||
|
;;
|
||||||
|
esac
|
21
srcpkgs/snoopy/template
Normal file
21
srcpkgs/snoopy/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'snoopy'
|
||||||
|
pkgname=snoopy
|
||||||
|
version=2.1.0
|
||||||
|
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=6bb425a214ca593188352da27706a90b8c95a401dccb2890786c0001076aff40
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vconf etc/snoopy.ini
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue