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-09-28 16:47:08 +02:00
version=0.3
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-09-28 16:47:08 +02:00
checksum=d76ec065d6e928aa3dfe6ade05a74fe7153010ef732629fb9d72f03a32cb855a
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
}