vp-build/srcpkgs/ProcDump-for-Linux/template

19 lines
548 B
Bash

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