sec-keys/openpgp-keys-akallabeth: new package, add 20240521

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert 2024-05-21 11:21:20 -04:00
parent a926d0e864
commit a642fe967e
No known key found for this signature in database
GPG Key ID: 7E58A298F42F9CCD
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST openpgp-keys-akallabeth-20240521.asc 3938 BLAKE2B d5b0ac3c8a48746b818ee07d29e432c1142fd3ad8b65929f3a5a2d95ff6fb9750dee7f678d4a43bf09fff9701478dfbeb88ccd123175f5d19dd7cf83d8f9d7bc SHA512 9c3eaefa44676b62d84553677e127c633f21663835f52b9cc4f40aabf10dba548ff8843890c3f0ff0339190d00dc333fc0e13ca7592a6438ebd722e9273404bd

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP key for Github user akallabeth"
HOMEPAGE="https://github.com/akallabeth"
SRC_URI="https://github.com/akallabeth.gpg -> ${P}.asc"
S=${WORKDIR}
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
src_unpack() {
:
}
src_install() {
insinto /usr/share/openpgp-keys
newins "${DISTDIR}/${P}.asc" akallabeth.asc
}