vp-build/srcpkgs/debug-me/template

19 lines
577 B
Bash

# Template file for 'debug-me'
pkgname=debug-me
version=1.20181208
revision=2
build_style=haskell-stack
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=47cd1f5af1d32b2659c0991466f1ffec34b01211a663b8b0a51ebc2ecb49168b
nocross=yes # Can't yet cross compile Haskell
nopie_files="/usr/bin/debug-me"
post_install() {
vlicense AGPL
}