mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: ProcDump-for-Linux-1.0.1
This commit is contained in:
parent
897024d3fb
commit
562bef2662
1 changed files with 21 additions and 0 deletions
21
srcpkgs/ProcDump-for-Linux/template
Normal file
21
srcpkgs/ProcDump-for-Linux/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue