16 lines
490 B
Bash
16 lines
490 B
Bash
# Template file for 'extrace'
|
|
pkgname=extrace
|
|
version=0.3
|
|
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"
|
|
checksum=d76ec065d6e928aa3dfe6ade05a74fe7153010ef732629fb9d72f03a32cb855a
|
|
|
|
post_install() {
|
|
sed '/^$/q' pwait.c >LICENSE
|
|
vlicense LICENSE
|
|
}
|