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