sec-keys/openpgp-keys-knot-resolver: add 20240304

Signed-off-by: Matthew Smith <matthew@gentoo.org>
This commit is contained in:
Matthew Smith
2024-04-07 10:36:53 +00:00
parent 19144666bf
commit f96daa006b
2 changed files with 19 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST knot-resolver.gpg 8009 BLAKE2B 7f379cde3f328cfca0ef874cfaff23dd667d5f6c387e7c646c7511cab50badfa5f62d4ee3e84a45004879466207d0d57157882c6a2125ed7d6a8e44e485534a8 SHA512 c138d9c155863d1e331f05fdd0437058477acd0867351393ab1d118f1d01f3f86505eb8569e50caacc6a1b62c0dd473cdce95e4b29a8ce8992355371c359e9dd
DIST openpgp-keys-knot-resolver-20240304.gpg 16155 BLAKE2B 6bcc7d55f8ccd6b2d8e540698179d229cdc8d5038e87647a89e2bcea1bf9e271558fd1e8bfe247bc8d8ea554e5eb57c338fd725b3fa30476f92b0dd233ce8602 SHA512 62233624b32fbc08be6eb1f7176b0f8f6e042132f8c932b724ed633e4ee3f612a6f070d949653e0b9528bbb6fc33bf831db3450f102cae57370ee5ea60052446

View File

@@ -0,0 +1,18 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by the Knot Resolver developers"
HOMEPAGE="https://www.knot-resolver.cz/download/"
SRC_URI="https://secure.nic.cz/files/knot-resolver/kresd-keyblock.asc -> ${P}.gpg"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
insinto /usr/share/openpgp-keys
newins "${DISTDIR}"/${P}.gpg knot-resolver.gpg
}