ghq: mark as broken

This commit is contained in:
maxice8 2018-08-25 09:07:03 -03:00
parent 003c9912ef
commit 331c4a226e
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,10 +1,11 @@
broken="failing to compile with go-1.11"
# Template file for 'ghq' # Template file for 'ghq'
pkgname=ghq pkgname=ghq
version=0.8.0 version=0.8.0
revision=7 revision=7
build_style=go build_style=go
go_import_path="github.com/motemen/ghq" go_import_path=github.com/motemen/ghq
go_package="${go_import_path}" go_package="$go_import_path"
hostmakedepends="git" hostmakedepends="git"
depends="git" depends="git"
short_desc="Remote repository management made easy" short_desc="Remote repository management made easy"