sec-keys/openpgp-keys-alexanderneumann: new package, add 20241028

[sam: EAPI 8]

Signed-off-by: David Roman <droman@ifae.es>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
David Roman
2024-10-28 11:29:38 +01:00
committed by Sam James
parent de97be08a9
commit 8ee99d34bb
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openpgp-keys-alexanderneumann-20241028.asc 33940 BLAKE2B 418b74d03045d48a1836e68df1db0988126aa558d309a2906eaa431313b7ea5fa162526be0c10b7fb1783be19720fc0cf917e989362bceeacc01f8bc84c095e4 SHA512 2b72105873652c42b37ba3bb3cf7d82e0a0a1a0b1e295da839b61e29e812a5201aa39a22a447ab29e08a687322e8d09c84178dd700d3b0602b198f39305b487a

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Alexander Neumann"
HOMEPAGE="https://github.com/fd0"
SRC_URI="https://restic.net/gpg-key-alex.asc -> ${P}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - alexanderneumann.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}