sec-keys/openpgp-keys-kovidgoyal: initial import

Notably used for app-text/calibre and x11-terms/kitty releases.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-01-06 04:49:10 -05:00
parent f654aad9b3
commit 0709cbf029
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST kovidgoyal.gpg 2225 BLAKE2B ac8f7530b2c7f07994d850afad84d8d02084a5c58c45c705352aa2608bd246b2c5cd55d6e95591a708b9cd703c5ba492c8090621b3867f8bdf1eacf4ad94d82d SHA512 ca081a89522c0d719f0fe8209735a23fc778d870681c4d1cbcb6654fa685e36f1ced6640284ba6608570dce88289d3f5ea35cdc19b902abfcc8c3d9e0a2e2148

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Kovid Goyal"
HOMEPAGE="https://calibre-ebook.com/signatures/"
SRC_URI="https://calibre-ebook.com/signatures/kovid.gpg -> kovidgoyal.gpg"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
insinto /usr/share/openpgp-keys
doins "${DISTDIR}"/kovidgoyal.gpg
}