aboutsummaryrefslogtreecommitdiffstats
path: root/community/sshign/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sshign/APKBUILD')
-rw-r--r--community/sshign/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/sshign/APKBUILD b/community/sshign/APKBUILD
index 1810cd67a95..35c790aca46 100644
--- a/community/sshign/APKBUILD
+++ b/community/sshign/APKBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Drew DeVault <sir@cmpwn.com>
+# Maintainer: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
pkgname=sshign
pkgver=0.2.1
-pkgrel=1
+pkgrel=23
pkgdesc="Small program to sign & verify files with your SSH key"
url="https://git.sr.ht/~minus/sshign"
arch="all"
@@ -10,6 +10,10 @@ makedepends="go scdoc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~minus/sshign/archive/$pkgver.tar.gz"
subpackages="$pkgname-doc"
+export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
+export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
+export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
+
build() {
make PREFIX=/usr
}