summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2021-02-05 07:27:42 +0100
committerHans de Graaff <hans@degraaff.org>2021-02-05 07:27:42 +0100
commitf383e5c07fcf9bb48d88f99c8285cbf778847e56 (patch)
treec6126e1f4c8e66393aaa3c51f049eb20ab60fc83 /dev-util
parentdev-haskell/language-docker: initial import of 9.1.2 (diff)
downloadgraaff-f383e5c07fcf9bb48d88f99c8285cbf778847e56.tar.gz
graaff-f383e5c07fcf9bb48d88f99c8285cbf778847e56.tar.bz2
graaff-f383e5c07fcf9bb48d88f99c8285cbf778847e56.zip
dev-util/hadolint: initial import of 1.21.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/hadolint/Manifest1
-rw-r--r--dev-util/hadolint/hadolint-1.21.0.ebuild40
-rw-r--r--dev-util/hadolint/metadata.xml5
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-util/hadolint/Manifest b/dev-util/hadolint/Manifest
new file mode 100644
index 00000000..8b0092c5
--- /dev/null
+++ b/dev-util/hadolint/Manifest
@@ -0,0 +1 @@
+DIST hadolint-1.21.0.tar.gz 46780 BLAKE2B 37af00b5e4a18fe2e22df15f2c17cc115f6560a5b564d042869a1eab3366e948ea6a729227797252daff23000444ece7b4b730a5bdb7cc46b90968f57dbedf3e SHA512 ab0ef594b2a565c6b60616298f7b80a1b2f64764f4d280b1bc61f5bfa52ff07aa9b21b95f3eb1f52f28374071a332fef317a8448ce70fc3da910edb580a670ae
diff --git a/dev-util/hadolint/hadolint-1.21.0.ebuild b/dev-util/hadolint/hadolint-1.21.0.ebuild
new file mode 100644
index 00000000..9a68bc97
--- /dev/null
+++ b/dev-util/hadolint/hadolint-1.21.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+MY_P="hadolint-${PV}"
+
+DESCRIPTION="Dockerfile linter"
+HOMEPAGE="https://hadolint.github.io/hadolint/"
+SRC_URI="https://hackage.haskell.org/package/hadolint/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-haskell/aeson:=[profile?]
+ dev-haskell/async:=[profile?]
+ dev-haskell/cryptonite:=[profile?]
+ >=dev-haskell/gitrev-1.3.1:=[profile?]
+ dev-haskell/hsyaml:=[profile?]
+ >=dev-haskell/megaparsec-9.0.0:=[profile?]
+ >=dev-haskell/mtl-2.2.1:=[profile?]
+ >=dev-haskell/optparse-applicative-0.14.0:=[profile?]
+ dev-haskell/parallel:=[profile?]
+ >=dev-util/shellcheck-0.7.1:=[profile?]
+ >=dev-haskell/split-0.2:=[profile?]
+ dev-haskell/text:=[profile?]
+ dev-haskell/void:=[profile?]
+ >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.0.0
+"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-util/hadolint/metadata.xml b/dev-util/hadolint/metadata.xml
new file mode 100644
index 00000000..bd70e455
--- /dev/null
+++ b/dev-util/hadolint/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person"><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>