diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-03-08 03:19:04 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-03-08 03:19:04 +0000 |
commit | d47d676a7989871b81044461459119f8bcf05dbe (patch) | |
tree | f8516febdb52bf7aa7ba08322d8225bd27efd252 /metadata/md5-cache | |
parent | Merge updates from master (diff) | |
download | gentoo-d47d676a7989871b81044461459119f8bcf05dbe.tar.gz gentoo-d47d676a7989871b81044461459119f8bcf05dbe.tar.bz2 gentoo-d47d676a7989871b81044461459119f8bcf05dbe.zip |
2024-03-08 03:19:03 UTC
Diffstat (limited to 'metadata/md5-cache')
-rw-r--r-- | metadata/md5-cache/dev-util/shellcheck-bin-0.10.0 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/metadata/md5-cache/dev-util/shellcheck-bin-0.10.0 b/metadata/md5-cache/dev-util/shellcheck-bin-0.10.0 new file mode 100644 index 000000000000..16b53c0ca59b --- /dev/null +++ b/metadata/md5-cache/dev-util/shellcheck-bin-0.10.0 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install +DESCRIPTION=Shell script analysis tool (binary package) +EAPI=8 +HOMEPAGE=https://www.shellcheck.net/ +KEYWORDS=-* ~amd64 ~arm ~arm64 +LICENSE=GPL-3+ +RDEPEND=!dev-util/shellcheck +SLOT=0 +SRC_URI=amd64? ( https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.x86_64.tar.xz ) arm64? ( https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.aarch64.tar.xz ) arm? ( https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.armv6hf.tar.xz ) +_md5_=466ac10420ed4b333f543ac2bebf5995 |