duf: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 18:45:09 +05:30
parent 36a483a863
commit 3f18f98248
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -15,7 +15,7 @@ termux_step_make() {
cp -a "${TERMUX_PKG_SRCDIR}" "${TERMUX_PKG_BUILDDIR}/src/github.com/muesli/duf"
cd "${TERMUX_PKG_BUILDDIR}/src/github.com/muesli/duf"
go get -d -v
termux_go_get -d -v
go build
}