New package: debug-me-1.20170520

Closes: #6435 [via git-merge-pr]
This commit is contained in:
Dominic Monroe 2017-05-23 20:03:16 +01:00 committed by Michael Aldridge
parent 36ac446b2a
commit c3b2d7cfd4
2 changed files with 16 additions and 0 deletions

14
srcpkgs/debug-me/template Normal file
View file

@ -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

2
srcpkgs/debug-me/update Normal file
View file

@ -0,0 +1,2 @@
site="https://git.joeyh.name/git/debug-me.git/refs/tags/"
pattern="\d\.\d{8}"