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

Manually merged
hasufell merged 1 commits from justinkb/hasufell-repository:gh-cli-ver into master 2021-06-11 23:30:11 +00:00
1 changed files with 1 additions and 0 deletions

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