`virustotal-cli`: Do not cache Golang dependemcies

This commit is contained in:
Yaksh Bariya 2021-07-09 21:04:44 +05:30
parent 03465edffa
commit ea0c773a3e
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ termux_step_make() {
cd "$GOPATH"/src/github.com/VirusTotal/vt-cli
termux_go_get -d -v
# TODO: Cache Golang dependencies
go build \
-ldflags "-X github.com/VirusTotal/vt-cli/cmd.Version=$TERMUX_PKG_VERSION" \
-o "$TERMUX_PREFIX"/bin/vt-cli \