mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
extrace: update to 0.3.1.
This commit is contained in:
parent
2826fd072e
commit
567a00a6dc
1 changed files with 3 additions and 4 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'extrace'
|
# Template file for 'extrace'
|
||||||
pkgname=extrace
|
pkgname=extrace
|
||||||
version=0.3
|
version=0.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Trace exec(2) calls system-wide"
|
short_desc="Trace exec(2) calls system-wide"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2,BSD"
|
license="GPL-2,BSD"
|
||||||
homepage="https://github.com/chneukirchen/extrace"
|
homepage="https://github.com/chneukirchen/extrace"
|
||||||
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
|
||||||
checksum=d76ec065d6e928aa3dfe6ade05a74fe7153010ef732629fb9d72f03a32cb855a
|
checksum=cb8be256571dae29eaaf45715463c793e19c5dc6df2d3199ecaa61c2ca6c83ed
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed '/^$/q' pwait.c >LICENSE
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue