void-packages/srcpkgs/extrace/template
2015-11-17 16:47:19 +01:00

19 lines
515 B
Bash

# Template file for 'extrace'
pkgname=extrace
version=0.1
revision=1
build_style=gnu-makefile
short_desc="Trace exec(2) calls system-wide"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2,BSD"
homepage="https://github.com/chneukirchen/extrace"
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
checksum=35528ffc57ceb144c3460ec2765324cfb83a53e6629846cbf391a89e5058d8a2
do_install() {
vbin extrace
vbin pwait
sed '/^$/q' pwait.c >LICENSE
vlicense LICENSE
}