`shiori`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 19:01:13 +05:30
parent c0c72dd56a
commit b81aae096b
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ termux_step_make() {
mkdir -p "$TERMUX_PREFIX"/share/doc/shiori
cp -a "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/github.com/go-shiori/shiori
cd "$GOPATH"/src/github.com/go-shiori/shiori/
go get -d -v
termux_go_get -d -v
go build
}