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