summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-01-06 04:49:10 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-01-06 05:45:22 -0500
commit0709cbf02953510e4cbcc50922accd2e213a807e (patch)
treee259ade647520cff0957f3f28053c5c009addd93 /sec-keys/openpgp-keys-kovidgoyal/openpgp-keys-kovidgoyal-20220106.ebuild
parentx11-themes/elementary-xfce-icon-theme: remove superfluous sys-apps/findutils dep (diff)
downloadgentoo-0709cbf02953510e4cbcc50922accd2e213a807e.tar.gz
gentoo-0709cbf02953510e4cbcc50922accd2e213a807e.tar.bz2
gentoo-0709cbf02953510e4cbcc50922accd2e213a807e.zip
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>
Diffstat (limited to 'sec-keys/openpgp-keys-kovidgoyal/openpgp-keys-kovidgoyal-20220106.ebuild')
-rw-r--r--sec-keys/openpgp-keys-kovidgoyal/openpgp-keys-kovidgoyal-20220106.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-kovidgoyal/openpgp-keys-kovidgoyal-20220106.ebuild b/sec-keys/openpgp-keys-kovidgoyal/openpgp-keys-kovidgoyal-20220106.ebuild
new file mode 100644
index 000000000000..d5178f61ee97
--- /dev/null
+++ b/sec-keys/openpgp-keys-kovidgoyal/openpgp-keys-kovidgoyal-20220106.ebuild
@@ -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
+}