15 lines
467 B
Bash
15 lines
467 B
Bash
# Template file for 'extrace'
|
|
pkgname=extrace
|
|
version=0.6
|
|
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=1614bf95b0a159c172cc299de1a73cedf31f1a4928eddef3a360e1529f9e34ef
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|