sec-keys/openpgp-keys-featherwallet: new package, add 20201209

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-07-16 17:31:33 +02:00
parent 8ef3864b5d
commit d992417b04
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openpgp-keys-featherwallet-20201209.asc 3139 BLAKE2B 13577bd82ddee20975e16ef30fb3864383f80383a8d61fe5f1d104d62d40f7223d3438e3365ede836aebc251a03c6d4cbbf7bad9047afedace2fae32c5aac7e9 SHA512 e01bc4b1a7873e995cf2718ef886c614c4f97940e7769c7156a861710c4e54c6056be095c373547fa767ff98c3f9b1dae0db8c7be8567d6805610527a2b04a81

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

View File

@@ -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}/}")
}