New package: ProcDump-for-Linux-1.0.1

This commit is contained in:
Nathan Owens 2018-12-22 23:03:14 -06:00 committed by maxice8
parent 897024d3fb
commit 562bef2662

View file

@ -0,0 +1,21 @@
# Template file for 'ProcDump-for-Linux'
pkgname=ProcDump-for-Linux
version=1.0.1
revision=1
build_style=gnu-makefile
makedepends="zlib-devel"
depends="gdb"
short_desc="ProcDump-for-Linux provides a way to create core dumps"
maintainer="<ndowens@yahoo.com>"
license="MIT"
homepage="https://github.com/Microsoft/ProcDump-for-Linux"
distfiles="https://github.com/Microsoft/${pkgname}/archive/${version}.tar.gz"
checksum=284b92a83ea7763b3edb5a300b8ef97c2c2a4a69c2efaca4822423b71c605a14
case "${XBPS_TARGET_MACHINE}" in
*-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/471949081";;
esac
post_install() {
vlicense LICENSE
}