From fc31d90f8830afa4f68ae0627a6e2395a4ac36e1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Apr 2021 03:51:42 +0000 Subject: app-crypt/openpgp-keys-alexbarton: initial import Signed-off-by: Sam James --- app-crypt/openpgp-keys-alexbarton/Manifest | 1 + app-crypt/openpgp-keys-alexbarton/metadata.xml | 9 +++++++++ .../openpgp-keys-alexbarton-20210416.ebuild | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 app-crypt/openpgp-keys-alexbarton/Manifest create mode 100644 app-crypt/openpgp-keys-alexbarton/metadata.xml create mode 100644 app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild (limited to 'app-crypt') diff --git a/app-crypt/openpgp-keys-alexbarton/Manifest b/app-crypt/openpgp-keys-alexbarton/Manifest new file mode 100644 index 000000000000..7eeaf4a9aeab --- /dev/null +++ b/app-crypt/openpgp-keys-alexbarton/Manifest @@ -0,0 +1 @@ +DIST openpgp-keys-alexbarton-20210416.asc 43394 BLAKE2B a7eb52b880f20abb49c1262e89629349f1ed8ff464aa44f24e45b8f6de73e40ba2cf9e13de9e10e7e0f48917eb40d9b233b67ec68348bc839b46e1d8225a8b02 SHA512 eee74a49226db5818e4b48cac253798ca44da9897c088fae99a92052a90226fc6825761dcf171bbcf99dbb938c4259a7a642267e0e735bc165dd8df0b3902b1f diff --git a/app-crypt/openpgp-keys-alexbarton/metadata.xml b/app-crypt/openpgp-keys-alexbarton/metadata.xml new file mode 100644 index 000000000000..a1af484833bd --- /dev/null +++ b/app-crypt/openpgp-keys-alexbarton/metadata.xml @@ -0,0 +1,9 @@ + + + + + sam@gentoo.org + Sam James + + + diff --git a/app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild b/app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild new file mode 100644 index 000000000000..456f647c3539 --- /dev/null +++ b/app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="OpenPGP keys used by Alex Barton" +HOMEPAGE="https://github.com/alexbarton https://keybase.io/alexbarton" +SRC_URI="https://keybase.io/alexbarton/pgp_keys.asc?fingerprint=f5b9f52ed90920d2520376a2c24a0f637e364856 -> ${P}.asc" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +src_install() { + local files=( ${A} ) + + insinto /usr/share/openpgp-keys + newins - alexbarton.asc < <(cat "${files[@]/#/${DISTDIR}/}") +} -- cgit v1.2.3-65-gdbad