void-packages/srcpkgs/debug-me/template
2021-07-27 12:46:31 +02:00

19 lines
577 B
Bash

# Template file for 'debug-me'
pkgname=debug-me
version=1.20200820
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=9497dc9b85a58e5c499ea25fa1bed9f4fd6cdd2f57564f52a0e4152ad4fdc102
nocross=yes # Can't yet cross compile Haskell
nopie_files="/usr/bin/debug-me"
post_install() {
vlicense AGPL
}