`elvish`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 18:46:04 +05:30
parent 3f18f98248
commit d6058f0ffb
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ termux_step_make() {
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/github.com/elves/elvish
cd "$GOPATH"/src/github.com/elves/elvish
termux_go_get -d -v
go build
}