16 lines
471 B
Bash
16 lines
471 B
Bash
# Template file for 'extrace'
|
|
pkgname=extrace
|
|
version=0.7
|
|
revision=2
|
|
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/leahneukirchen/extrace"
|
|
distfiles="https://github.com/leahneukirchen/extrace/archive/v${version}.tar.gz"
|
|
checksum=62e6623d4891494a307f9f7247b8581794232d4d26617009eae763a48280abcf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|