diff options
author | William Hubbs <williamh@gentoo.org> | 2023-02-05 18:23:10 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-02-05 18:23:10 -0600 |
commit | a2fdb5e136cfbb0bdd6a7bd101fdc72a216cd5e8 (patch) | |
tree | b390efb13f49ab39511527cec49b4cd1d57f8b27 /app-admin/kube-bench/kube-bench-0.6.6.ebuild | |
parent | app-text/xchm: add 1.35 (diff) | |
download | gentoo-a2fdb5e136cfbb0bdd6a7bd101fdc72a216cd5e8.tar.gz gentoo-a2fdb5e136cfbb0bdd6a7bd101fdc72a216cd5e8.tar.bz2 gentoo-a2fdb5e136cfbb0bdd6a7bd101fdc72a216cd5e8.zip |
app-admin/kube-bench: drop 0.6.6
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-admin/kube-bench/kube-bench-0.6.6.ebuild')
-rw-r--r-- | app-admin/kube-bench/kube-bench-0.6.6.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-admin/kube-bench/kube-bench-0.6.6.ebuild b/app-admin/kube-bench/kube-bench-0.6.6.ebuild deleted file mode 100644 index 82b0b884a1a4..000000000000 --- a/app-admin/kube-bench/kube-bench-0.6.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="Kubernetes Bench for Security runs the CIS Kubernetes Benchmark" -HOMEPAGE="https://github.com/aquasecurity/kube-bench" -SRC_URI="https://github.com/aquasecurity/kube-bench/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" - -LICENSE="Apache-2.0 MIT MPL-2.0 BSD BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -src_compile() { - emake VERSION=d3cbc64 KUBEBENCH_VERSION=v${PV} build -} - -src_install() { - dobin ${PN} - insinto /etc/kube-bench - doins -r cfg -} - -src_test() { - emake tests -} |