`helm`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 08:50:15 +05:30
parent 7f9d3c00be
commit 1b865424ce
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ termux_step_make() {
mkdir -p "${TERMUX_PKG_BUILDDIR}/src/github.com/helm"
cp -a "${TERMUX_PKG_SRCDIR}" "${TERMUX_PKG_BUILDDIR}/src/github.com/helm/helm"
cd "${TERMUX_PKG_BUILDDIR}/src/github.com/helm/helm"
termux_go_get -d -v
make
}