`wuzz`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 08:59:32 +05:30
parent aa94aaf5ff
commit 0fab4c6c94
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/asciimoo/wuzz
cd "$GOPATH"/src/github.com/asciimoo/wuzz
termux_go_get -d -v
go build
}