void-packages/srcpkgs/extrace/template

17 lines
490 B
Bash
Raw Normal View History

2015-07-24 15:39:49 +02:00
# Template file for 'extrace'
pkgname=extrace
2016-06-13 15:46:43 +02:00
version=0.2
2015-07-24 15:39:49 +02:00
revision=1
build_style=gnu-makefile
short_desc="Trace exec(2) calls system-wide"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2,BSD"
homepage="https://github.com/chneukirchen/extrace"
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
2016-06-13 15:46:43 +02:00
checksum=641ee20883688d90f3f889adb6534b49b15fee62d3e2b64ea32d9fee4bdb8e5e
2015-07-24 15:39:49 +02:00
2016-06-13 15:46:43 +02:00
post_install() {
2015-07-24 15:39:49 +02:00
sed '/^$/q' pwait.c >LICENSE
vlicense LICENSE
}