20 lines
597 B
Bash
20 lines
597 B
Bash
# Template file for 'debug-me'
|
|
pkgname=debug-me
|
|
version=1.20220324
|
|
revision=1
|
|
build_style=haskell-stack
|
|
stackage="lts-19.0"
|
|
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=9fd6256aa34408106ff095e0560850aca3558a774be4ce19de6ab6e81fbfdb9f
|
|
nocross=yes # Can't yet cross compile Haskell
|
|
nopie_files="/usr/bin/debug-me"
|
|
|
|
post_install() {
|
|
vlicense AGPL
|
|
}
|