aboutsummaryrefslogtreecommitdiffstats
path: root/community/piknik/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/piknik/APKBUILD')
-rw-r--r--community/piknik/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/piknik/APKBUILD b/community/piknik/APKBUILD
index f06654c287d..8637497c704 100644
--- a/community/piknik/APKBUILD
+++ b/community/piknik/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=piknik
pkgver=0.10.1
-pkgrel=0
+pkgrel=22
pkgdesc="Copy/paste anything over the network"
url="https://github.com/jedisct1/piknik"
arch="all"
@@ -13,6 +13,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/jedisct1/piknik/archive/$pkg
"
export GOFLAGS="$GOFLAGS -mod=mod"
+export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
+export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
+export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
prepare() {
default_prepare