mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-03 12:51:29 +02:00
community/fzf: disable on s390x
build fails with: Makefile:56: *** "Build on s390x is not supported, yet.". Stop.
This commit is contained in:
parent
6e6377f061
commit
c7c0436251
@ -5,7 +5,7 @@ pkgver=0.17.5
|
|||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A command-line fuzzy finder"
|
pkgdesc="A command-line fuzzy finder"
|
||||||
url="https://github.com/junegunn/fzf"
|
url="https://github.com/junegunn/fzf"
|
||||||
arch="all"
|
arch="all !s390x"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends="go glide bash tmux"
|
makedepends="go glide bash tmux"
|
||||||
subpackages="
|
subpackages="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user