~alpine/aports

[alpine-aports] [PATCH] community/fzf: disable on armhf. fails to build.

Details
Message ID
<20181208011350.2475-1-clandmeter@alpinelinux.org>
Sender timestamp
1544231630
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 community/fzf/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
}

-- 
2.19.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)