aboutsummaryrefslogtreecommitdiffstats
path: root/community/shellcheck
diff options
context:
space:
mode:
Diffstat (limited to 'community/shellcheck')
-rw-r--r--community/shellcheck/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/shellcheck/APKBUILD b/community/shellcheck/APKBUILD
index dc2b4bde95..2a05f2b8ae 100644
--- a/community/shellcheck/APKBUILD
+++ b/community/shellcheck/APKBUILD
@@ -5,6 +5,8 @@ pkgrel=1
pkgdesc="a static analysis tool for shell scripts"
url="https://github.com/koalaman/shellcheck"
arch="x86_64" # Limited by GHC / Cabal
+# Fails to build shellcheck.1
+arch=""
license="GPL-3.0"
makedepends="cabal ghc"
subpackages="$pkgname-doc"