ghq: mark as broken
This commit is contained in:
parent
003c9912ef
commit
331c4a226e
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue