From 562bef2662aed3883439a76a9c67a019a64f5f3d Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sat, 22 Dec 2018 23:03:14 -0600 Subject: [PATCH] New package: ProcDump-for-Linux-1.0.1 --- srcpkgs/ProcDump-for-Linux/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/ProcDump-for-Linux/template diff --git a/srcpkgs/ProcDump-for-Linux/template b/srcpkgs/ProcDump-for-Linux/template new file mode 100644 index 00000000000..4f090afda7e --- /dev/null +++ b/srcpkgs/ProcDump-for-Linux/template @@ -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="" +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 +}