go-findimagedupes: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-09 22:11:41 +05:30
parent 94f2d70d35
commit 999f4365ba
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -23,7 +23,8 @@ termux_step_make() {
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/gitlab.com/opennota/findimagedupes
cd "$GOPATH"/src/gitlab.com/opennota/findimagedupes
termux_go_get -d -v
go build .
}