mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/fzf: disable on armhf. fails to build.
This commit is contained in:
parent
f17d168381
commit
eade014bef
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user