Browse Source

github-cli: use GH_VERSION to make sure our binary is properly versioned

pull/55/head
Paul Mulders 2 years ago
parent
commit
90eb2722f9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      packages/dev-util/github-cli/github-cli-1.11.0.exheres-0

+ 1
- 0
packages/dev-util/github-cli/github-cli-1.11.0.exheres-0 View File

@@ -23,6 +23,7 @@ BUGS_TO="hasufell@posteo.de"
src_compile() {
export GOPATH="${WORK}"/.gopath
export GOBIN="${WORK}"/.bin
export GH_VERSION="v${PV}"
unset LDFLAGS

esandbox disable_net


Loading…
Cancel
Save