`gopass`: Do not cache Golang dependemcies

This commit is contained in:
Yaksh Bariya 2021-07-06 09:52:43 +05:30
parent 5c4beb0406
commit 9080bebe99
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ termux_step_make() {
rm -f ./src/github.com/gopasspw/gopass/gopass
make -C ./src/github.com/gopasspw/gopass build CLIPHELPERS="-X github.com/gopasspw/gopass/pkg/clipboard.Helpers=termux-api'"
termux_go_get -d -v
# TODO: Cache Go dependencies for on device builds
install -Dm700 \
./src/github.com/gopasspw/gopass/gopass \
"$TERMUX_PREFIX"/bin/gopass