19 lines
577 B
Bash
19 lines
577 B
Bash
# Template file for 'debug-me'
|
|
pkgname=debug-me
|
|
version=1.20170810
|
|
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.0-or-later"
|
|
homepage="https://debug-me.branchable.com/"
|
|
distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-${version}.tar.gz"
|
|
checksum=1b884c882b33d6a43193730c414f6344c177a1a00f9fd0fc7b952f3473ed9666
|
|
nopie_files="/usr/bin/debug-me"
|
|
|
|
post_install() {
|
|
vlicense AGPL
|
|
}
|