From d992417b0453717ce0e2a7080934d1302a79638f Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Tue, 16 Jul 2024 17:31:33 +0200 Subject: [PATCH] sec-keys/openpgp-keys-featherwallet: new package, add 20201209 Signed-off-by: Lucio Sauer --- sec-keys/openpgp-keys-featherwallet/Manifest | 1 + .../openpgp-keys-featherwallet/metadata.xml | 5 +++++ ...openpgp-keys-featherwallet-20201209.ebuild | 21 +++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 sec-keys/openpgp-keys-featherwallet/Manifest create mode 100644 sec-keys/openpgp-keys-featherwallet/metadata.xml create mode 100644 sec-keys/openpgp-keys-featherwallet/openpgp-keys-featherwallet-20201209.ebuild diff --git a/sec-keys/openpgp-keys-featherwallet/Manifest b/sec-keys/openpgp-keys-featherwallet/Manifest new file mode 100644 index 0000000000..664de993a2 --- /dev/null +++ b/sec-keys/openpgp-keys-featherwallet/Manifest @@ -0,0 +1 @@ +DIST openpgp-keys-featherwallet-20201209.asc 3139 BLAKE2B 13577bd82ddee20975e16ef30fb3864383f80383a8d61fe5f1d104d62d40f7223d3438e3365ede836aebc251a03c6d4cbbf7bad9047afedace2fae32c5aac7e9 SHA512 e01bc4b1a7873e995cf2718ef886c614c4f97940e7769c7156a861710c4e54c6056be095c373547fa767ff98c3f9b1dae0db8c7be8567d6805610527a2b04a81 diff --git a/sec-keys/openpgp-keys-featherwallet/metadata.xml b/sec-keys/openpgp-keys-featherwallet/metadata.xml new file mode 100644 index 0000000000..115e9d64a6 --- /dev/null +++ b/sec-keys/openpgp-keys-featherwallet/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/sec-keys/openpgp-keys-featherwallet/openpgp-keys-featherwallet-20201209.ebuild b/sec-keys/openpgp-keys-featherwallet/openpgp-keys-featherwallet-20201209.ebuild new file mode 100644 index 0000000000..2e9338f679 --- /dev/null +++ b/sec-keys/openpgp-keys-featherwallet/openpgp-keys-featherwallet-20201209.ebuild @@ -0,0 +1,21 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +COMMIT="302e585af45011359a60151d3b79812cf05549e8" + +DESCRIPTION="OpenPGP keys used to sign Feather Wallet releases" +HOMEPAGE="https://featherwallet.org/download/" +SRC_URI="https://raw.githubusercontent.com/feather-wallet/feather/${COMMIT}/utils/pubkeys/featherwallet.asc -> ${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 - featherwallet.asc < <(cat "${files[@]/#/${DISTDIR}/}") +}