From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck-bin/
Date: Fri, 28 Sep 2018 01:35:36 +0000 (UTC) [thread overview]
Message-ID: <1538098493.340d13df37bd97c9c291255a965de213b2850508.gyakovlev@gentoo> (raw)
commit: 340d13df37bd97c9c291255a965de213b2850508
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 01:34:28 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 01:34:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340d13df
dev-util/shellcheck-bin: add binary shellcheck
Upstream provides statically build tarballs
Someone who is forced to install full ghc just
to use shellcheck might find it useful
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
dev-util/shellcheck-bin/Manifest | 1 +
dev-util/shellcheck-bin/metadata.xml | 15 +++++++++++++
.../shellcheck-bin/shellcheck-bin-0.5.0.ebuild | 25 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-util/shellcheck-bin/Manifest b/dev-util/shellcheck-bin/Manifest
new file mode 100644
index 00000000000..7b41931c63f
--- /dev/null
+++ b/dev-util/shellcheck-bin/Manifest
@@ -0,0 +1 @@
+DIST shellcheck-v0.5.0.linux.x86_64.tar.xz 3231336 BLAKE2B 5d94ed2e61fd363f645259eac94905cc4eed839b523c4392dd6a775f466e85a2164036c34cf0e1d993a43486fbbe0c7e64df2943d0748bee6e7bb25a5e3d0500 SHA512 475e14bf2705ad4a16d405fa64b94c2eb151a914d5a165ce13e8f9344e6145893f685a650cd32d45a7ab236dedf55f76b31db82e2ef76ad6175a87dd89109790
diff --git a/dev-util/shellcheck-bin/metadata.xml b/dev-util/shellcheck-bin/metadata.xml
new file mode 100644
index 00000000000..32d8737e309
--- /dev/null
+++ b/dev-util/shellcheck-bin/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gyakovlev@gentoo.org</email>
+ <name>Georgy Yakovlev</name>
+ </maintainer>
+ <longdescription lang="en">
+ ShellCheck is tool that gives warnings and suggestions
+ for bash/sh shell scripts
+ </longdescription>
+ <upstream>
+ <remote-id type="github">koalaman/shellcheck</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-util/shellcheck-bin/shellcheck-bin-0.5.0.ebuild b/dev-util/shellcheck-bin/shellcheck-bin-0.5.0.ebuild
new file mode 100644
index 00000000000..633eb010765
--- /dev/null
+++ b/dev-util/shellcheck-bin/shellcheck-bin-0.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="!dev-util/shellcheck"
+RDEPEND="${DEPEND}"
+
+QA_PREBUILT="/usr/bin/shellcheck"
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+src_install() {
+ dobin shellcheck
+ einstalldocs
+}
next reply other threads:[~2018-09-28 1:35 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-28 1:35 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-01 4:33 [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck-bin/ Georgy Yakovlev
2018-12-03 5:56 Georgy Yakovlev
2019-01-16 8:49 Georgy Yakovlev
2019-06-16 19:07 Georgy Yakovlev
2019-07-29 8:28 Georgy Yakovlev
2019-09-11 16:51 Georgy Yakovlev
2020-02-22 1:30 Georgy Yakovlev
2020-02-22 1:30 Georgy Yakovlev
2020-02-28 6:51 Georgy Yakovlev
2020-04-08 1:06 Georgy Yakovlev
2020-07-09 17:23 Georgy Yakovlev
2020-07-09 17:23 Georgy Yakovlev
2021-04-20 18:32 Georgy Yakovlev
2021-11-09 2:07 Georgy Yakovlev
2021-11-10 3:16 Georgy Yakovlev
2022-11-03 6:15 Sam James
2022-11-03 6:40 Sam James
2022-11-11 11:55 Georgy Yakovlev
2022-12-14 0:10 Georgy Yakovlev
2023-07-07 3:38 Sam James
2023-07-08 3:39 Sam James
2024-02-14 23:29 Ionen Wolkens
2024-02-14 23:29 Ionen Wolkens
2024-02-14 23:29 Ionen Wolkens
2024-03-08 3:14 Ionen Wolkens
2024-03-27 11:01 Ionen Wolkens
2024-04-02 5:55 Arthur Zamarin
2024-04-27 12:11 Ionen Wolkens
2025-08-04 1:02 Ionen Wolkens
2025-08-24 14:49 Ionen Wolkens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1538098493.340d13df37bd97c9c291255a965de213b2850508.gyakovlev@gentoo \
--to=gyakovlev@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox