`croc`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 18:43:45 +05:30
parent b438bd0d76
commit f4521b29f4
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ termux_step_make() {
cd $TERMUX_PKG_SRCDIR
termux_setup_golang
termux_go_get
go build -o croc -trimpath
}