21 lines
579 B
Bash
21 lines
579 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="Orphaned <orphan@voidlinux.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
|
|
}
|