15 lines
448 B
Bash
15 lines
448 B
Bash
# Template file for 'extrace'
|
|
pkgname=extrace
|
|
version=0.3.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Trace exec(2) calls system-wide"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2,BSD"
|
|
homepage="https://github.com/chneukirchen/extrace"
|
|
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
|
|
checksum=cb8be256571dae29eaaf45715463c793e19c5dc6df2d3199ecaa61c2ca6c83ed
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|