ylutubedr: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 09:00:24 +05:30
parent 0fab4c6c94
commit 76c5b97417
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -14,7 +14,7 @@ termux_step_make() {
mkdir -p "${GOPATH}/src/github.com/kkdai/"
cp -a "${TERMUX_PKG_SRCDIR}" "${GOPATH}/src/github.com/kkdai/youtube"
cd "${GOPATH}/src/github.com/kkdai/youtube/"
go get -d -v
termux_go_get -d -v
cd cmd/youtubedr
go build .
}