aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf
diff options
context:
space:
mode:
Diffstat (limited to 'community/fzf')
-rw-r--r--community/fzf/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/fzf/APKBUILD b/community/fzf/APKBUILD
index b573b24ef7..044c17a20f 100644
--- a/community/fzf/APKBUILD
+++ b/community/fzf/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.17.5
pkgrel=0
pkgdesc="A command-line fuzzy finder"
url="https://github.com/junegunn/fzf"
-arch="all !s390x !aarch64"
+arch="all !s390x !aarch64 !armhf"
license="MIT"
makedepends="go glide bash tmux"
subpackages="
@@ -20,6 +20,7 @@ prepare() {
default_prepare
cd "$builddir"
export GOPATH="$startdir"
+ HOME=$GOPATH
glide install
}