17 lines
494 B
Bash
17 lines
494 B
Bash
# Template file for 'extrace'
|
|
pkgname=extrace
|
|
version=0.9
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="libcap-progs"
|
|
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/leahneukirchen/extrace"
|
|
distfiles="https://github.com/leahneukirchen/extrace/archive/v${version}.tar.gz"
|
|
checksum=e488db1126bd941e5a094e6024c3975f70abfa7ad51a3451191d1518c0b35ced
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|