fzf: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 18:47:15 +05:30
parent d6058f0ffb
commit cd095dd510
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -28,7 +28,7 @@ termux_step_make() {
TERMUX_PKG_SRCDIR=$GOPATH/src/github.com/junegunn/fzf
cd $GOPATH/src/github.com/junegunn/fzf
go get -d -v github.com/junegunn/fzf
termux_go_get -d -v github.com/junegunn/fzf
go build
}