summaryrefslogtreecommitdiff
path: root/sec-keys/openpgp-keys-akallabeth/openpgp-keys-akallabeth-20240521.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sec-keys/openpgp-keys-akallabeth/openpgp-keys-akallabeth-20240521.ebuild')
-rw-r--r--sec-keys/openpgp-keys-akallabeth/openpgp-keys-akallabeth-20240521.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-akallabeth/openpgp-keys-akallabeth-20240521.ebuild b/sec-keys/openpgp-keys-akallabeth/openpgp-keys-akallabeth-20240521.ebuild
new file mode 100644
index 000000000000..1ffad766e3ab
--- /dev/null
+++ b/sec-keys/openpgp-keys-akallabeth/openpgp-keys-akallabeth-20240521.ebuild
@@ -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
+}