void-packages/srcpkgs/ProcDump-for-Linux/template
2020-11-09 12:30:00 -05:00

21 lines
572 B
Bash

# Template file for 'ProcDump-for-Linux'
pkgname=ProcDump-for-Linux
version=1.1.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@artixlinux.org>"
license="MIT"
homepage="https://github.com/Microsoft/ProcDump-for-Linux"
distfiles="https://github.com/Microsoft/${pkgname}/archive/${version}.tar.gz"
checksum=712be77d97f802ca7ad7eaaa521f7742c15db93af0c968c8b54e48e3ab341baa
disable_parallel_build=yes
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}