delve: broken i686* arm*

This commit is contained in:
maxice8 2019-02-22 14:14:31 -03:00
parent 082cbca6f1
commit eb9805fd9c
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=delve
version=1.2.0
revision=1
build_style=go
go_import_path="github.com/go-delve/delve/cmd/dlv"
go_import_path=github.com/go-delve/delve/cmd/dlv
short_desc="Debugger for the Go programming language"
maintainer="Renato Aguiar <renato@renag.me>"
license="MIT"
@ -11,6 +11,10 @@ homepage="https://github.com/go-delve/delve"
distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
checksum=eebf6cd9647a2c3987fd38e8dd6e0e968ff41300cab20dc178a789a77b92627d
case "$XBPS_TARGET_MACHINE" in
i686*|arm*) broken=yes ;;
esac
post_install() {
vlicense LICENSE
}