community/micro: disable on riscv64

See https://github.com/zyedidia/micro/issues/2138
This commit is contained in:
Sören Tempel 2021-06-17 04:03:14 +02:00
parent 1621f77cc8
commit 1d96aee2cb

View File

@ -10,7 +10,8 @@ _commithash=6bc498e625e66e3d0c947639dbffb09d986318d0
pkgdesc="A modern and intuitive terminal-based text editor"
url="https://micro-editor.github.io/"
options="!check chmod-clean"
arch="all"
# riscv64: https://github.com/zyedidia/micro/issues/2138
arch="all !riscv64"
license="MIT"
makedepends="go"
subpackages="$pkgname-doc"