aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-04-09 18:34:44 +0200
committerMilan P. Stanić <mps@arvanta.net>2020-04-09 18:34:44 +0200
commit05405db7821d8df4877f273c73741c1468f1a0b7 (patch)
tree4e9b363de79d5be9b6a261a3c606b6634fea94de /testing
parent0a7b0b5d5241d2025811154ae26c199817271ae1 (diff)
downloadaports-05405db7821d8df4877f273c73741c1468f1a0b7.tar.bz2
aports-05405db7821d8df4877f273c73741c1468f1a0b7.tar.xz
testing/ameba: disable on aarc64
disabled because crystal is disabled on aarch64
Diffstat (limited to 'testing')
-rw-r--r--testing/ameba/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ameba/APKBUILD b/testing/ameba/APKBUILD
index 313d4a5d57..06574929a3 100644
--- a/testing/ameba/APKBUILD
+++ b/testing/ameba/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.11.0
pkgrel=0
pkgdesc="A static code analysis tool for Crystal"
url="https://github.com/crystal-ameba/ameba"
-arch="x86_64 aarch64"
+arch="x86_64" # limited by crystal aport
license="MIT"
makedepends="crystal libxml2-dev shards yaml-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/veelenga/$pkgname/archive/v$pkgver.tar.gz"