parent
36ac446b2a
commit
c3b2d7cfd4
|
@ -0,0 +1,14 @@
|
|||
# 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
|
|
@ -0,0 +1,2 @@
|
|||
site="https://git.joeyh.name/git/debug-me.git/refs/tags/"
|
||||
pattern="\d\.\d{8}"
|
Loading…
Reference in New Issue