hydroxide: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 08:52:26 +05:30
parent 43acfd21d3
commit 745a61f219
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -12,6 +12,7 @@ termux_step_make() {
export GOPATH=$TERMUX_PKG_BUILDDIR
cd $TERMUX_PKG_SRCDIR
termux_go_get
go build ./cmd/hydroxide
}