From 937c4d11dd0f665386e580930d6f9eb6e2d5e135 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 27 Jun 2023 15:21:57 +0200 Subject: [PATCH] github-cli: split go_import_path into go_package --- srcpkgs/github-cli/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template index 89ffc67e39f..343c399b521 100644 --- a/srcpkgs/github-cli/template +++ b/srcpkgs/github-cli/template @@ -4,7 +4,8 @@ version=2.31.0 revision=1 build_style=go build_helper=qemu -go_import_path="github.com/cli/cli/v2/cmd/gh" +go_import_path="github.com/cli/cli/v2" +go_package="${go_import_path}/cmd/gh" go_ldflags="-X github.com/cli/cli/v2/internal/build.Version=v${version}" short_desc="GitHub CLI tool" maintainer="shizonic "