sec-keys/openpgp-keys-philiphazel: new package, add 20220416

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-16 03:53:10 +01:00
parent d15d635d8a
commit 6e32ff214c
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST openpgp-keys-philiphazel-20220416.asc 12051 BLAKE2B ba5d7d1576659c002c5673e1cf14a2bb0810af231621c5cb23f24072cf51e9de17981c04f8fdd0316771dcc46c6cd2f759ed0d67015932625ac54ac15ad1c2af SHA512 0ea285c04b794cd5b389ae002ad62d879bdb10c3adb6acdc73ac30e0ec273abd2177d8d170f6bbe457eb0e74602bd7a544f7393c312a3043bc16289345ee3ee2

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="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="OpenPGP keys used by Philip Hazel"
HOMEPAGE="http://quercite.dx.am/"
SRC_URI="https://github.com/PhilipHazel.gpg -> ${P}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - philiphazel.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}