25 lines
740 B
Bash
25 lines
740 B
Bash
# Template file for 'debug-me'
|
|
pkgname=debug-me
|
|
version=1.20181208
|
|
revision=1
|
|
build_style=haskell-stack
|
|
makedepends="zlib-devel"
|
|
short_desc="Secure remote debugging"
|
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
|
license="AGPL-3.0-or-later"
|
|
homepage="https://debug-me.branchable.com/"
|
|
distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz"
|
|
checksum=47cd1f5af1d32b2659c0991466f1ffec34b01211a663b8b0a51ebc2ecb49168b
|
|
nocross=yes # Can't yet cross compile Haskell
|
|
nopie_files="/usr/bin/debug-me"
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
x86_64-musl)
|
|
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22206/steps/shell_3/logs/stdio"
|
|
;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense AGPL
|
|
}
|