void-packages/srcpkgs/extrace/template
2019-10-02 15:37:50 +02:00

17 lines
494 B
Bash

# Template file for 'extrace'
pkgname=extrace
version=0.7
revision=3
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=62e6623d4891494a307f9f7247b8581794232d4d26617009eae763a48280abcf
post_install() {
vlicense LICENSE
}