16 lines
446 B
Bash
16 lines
446 B
Bash
# Template file for 'extrace'
|
|
pkgname=extrace
|
|
version=0.4
|
|
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=c656851682e0cef7d717d77ad6888f3ad8c7105e4ef0094a64b374838d18c09f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|