summaryrefslogtreecommitdiff
path: root/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild')
-rw-r--r--dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild b/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild
index 633eb0107655..77b8ddc5654e 100644
--- a/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild
+++ b/dev-util/shellcheck-bin/shellcheck-bin-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,11 +7,14 @@ MY_PN=${PN/-bin/}
DESCRIPTION="Shell script analysis tool (binary package)"
HOMEPAGE="https://www.shellcheck.net/"
-SRC_URI="https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.x86_64.tar.xz"
+SRC_URI="
+ amd64? ( https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.x86_64.tar.xz )
+ arm? ( https://storage.googleapis.com/${MY_PN}/${MY_PN}-v${PV}.linux.armv6hf.tar.xz )
+"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64 ~arm"
DEPEND="!dev-util/shellcheck"
RDEPEND="${DEPEND}"