22 lines
636 B
Bash
22 lines
636 B
Bash
# Template file for 'delve'
|
|
pkgname=delve
|
|
version=1.7.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/go-delve/delve/cmd/dlv
|
|
short_desc="Debugger for the Go programming language"
|
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/go-delve/delve"
|
|
distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
|
|
checksum=0734b86d48291749ba2537fa6c03e4c3451628f630055c877789e0346db8d67d
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*|arm*|ppc*) broken=yes ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vmkdir "usr/share/doc/${pkgname}"
|
|
vcopy Documentation/* "usr/share/doc/${pkgname}"
|
|
}
|