15 lines
558 B
Bash
15 lines
558 B
Bash
|
# Template file for 'debug-me'
|
||
|
pkgname=debug-me
|
||
|
version=1.20170520
|
||
|
revision=1
|
||
|
build_style=haskell-stack
|
||
|
nocross=yes # Can't yet cross compile Haskell
|
||
|
makedepends="zlib-devel"
|
||
|
short_desc="Secure remote debugging"
|
||
|
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||
|
license="AGPL-3"
|
||
|
homepage="https://debug-me.branchable.com/"
|
||
|
nopie=yes # network-2.6.3.1 build fails with a relocation
|
||
|
distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz"
|
||
|
checksum=efafaf57e575e454ad0e46664d1fa07a34608f4a1faaf3e0d2a3537ed2c63131
|