25 lines
650 B
Bash
25 lines
650 B
Bash
# Template file for 'ProcDump-for-Linux'
|
|
pkgname=ProcDump-for-Linux
|
|
version=1.0.1
|
|
revision=3
|
|
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=284b92a83ea7763b3edb5a300b8ef97c2c2a4a69c2efaca4822423b71c605a14
|
|
disable_parallel_build=yes
|
|
|
|
case "$XBPS_TARGET_LIBC" in
|
|
musl)
|
|
pre_build() {
|
|
patch -Np0 < "$FILESDIR"/musl.patch
|
|
}
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|