aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ameba/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ameba/APKBUILD')
-rw-r--r--testing/ameba/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/ameba/APKBUILD b/testing/ameba/APKBUILD
deleted file mode 100644
index 96f9d6dc9f3..00000000000
--- a/testing/ameba/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=ameba
-pkgver=0.14.3
-pkgrel=0
-pkgdesc="static code analysis tool for Crystal"
-url="https://github.com/crystal-ameba/ameba"
-arch="x86_64 aarch64"
-license="MIT"
-makedepends="crystal libxml2-dev shards yaml-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/veelenga/ameba/archive/v$pkgver.tar.gz"
-
-export CRYSTAL_CACHE_DIR="$srcdir/.cache"
-
-build() {
- make CRFLAGS="--release"
-}
-
-check() {
- make test SPEC_FLAGS="--no-color"
-}
-
-package() {
- make install PREFIX="$pkgdir/usr"
-}
-
-sha512sums="830d71a74bb76c8ed0ee96f0a9363fb3ee7d8eb080a6b8fe07d5e79393e570666f49ac84296d40d77e35c26d0f3d8ad03298e90581bbefd0ac2f45ceb04b969a ameba-0.14.3.tar.gz"