Skip to content

Commit

Permalink
delve: broken i686* arm*
Browse files Browse the repository at this point in the history
  • Loading branch information
maxice8 committed Feb 22, 2019
1 parent 082cbca commit eb9805f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/delve/template
Expand Up @@ -3,14 +3,18 @@ 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"
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
}

0 comments on commit eb9805f

Please sign in to comment.