From 8b63b46fda85d54cfbe94df2444a3ddd3e63b8e4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 30 Mar 2023 16:00:34 +0100 Subject: gentoo auto-resync : 30:03:2023 - 16:00:34 --- .../openpgp-keys-tenable-20220718.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sec-keys/openpgp-keys-tenable/openpgp-keys-tenable-20220718.ebuild (limited to 'sec-keys/openpgp-keys-tenable/openpgp-keys-tenable-20220718.ebuild') diff --git a/sec-keys/openpgp-keys-tenable/openpgp-keys-tenable-20220718.ebuild b/sec-keys/openpgp-keys-tenable/openpgp-keys-tenable-20220718.ebuild new file mode 100644 index 000000000000..97ac17f2be71 --- /dev/null +++ b/sec-keys/openpgp-keys-tenable/openpgp-keys-tenable-20220718.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="OpenPGP keys used to sign Tenable Inc. software packages" +HOMEPAGE="https://www.tenable.com/" +# Current key, used to sign Nessus releases since 10.4 and Nessus Agent releases since 10.2 +SRC_URI=" + https://www.tenable.com/downloads/api/v2/pages/nessus/files/tenable-4096.gpg + -> tenable-9E53A34068D18A6E0EE45E41A021B5142F12969D.asc +" +S=${WORKDIR} + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" + +src_install() { + local files=( ${A} ) + insinto /usr/share/openpgp-keys + newins - tenable.com.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} -- cgit v1.2.3