aboutsummaryrefslogtreecommitdiffstats
path: root/community/pup/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pup/APKBUILD')
-rw-r--r--community/pup/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/pup/APKBUILD b/community/pup/APKBUILD
index e9c49b4d80e..7281e085d2b 100644
--- a/community/pup/APKBUILD
+++ b/community/pup/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Erwan Rouchet <lucidiot@brainshit.fr>
pkgname=pup
pkgver=0.4.0
-pkgrel=7
+pkgrel=22
pkgdesc="HTML parser for the command line"
url="https://github.com/ericchiang/pup"
arch="all"
@@ -14,6 +14,9 @@ builddir="$srcdir/src/github.com/ericchiang/pup"
export GOPATH="$srcdir"
export GO111MODULE=off
+export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
+export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
+export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
prepare() {
default_prepare