mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sec-keys/openpgp-keys-philiphazel: new package, add 20220416
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
sec-keys/openpgp-keys-philiphazel/Manifest
Normal file
1
sec-keys/openpgp-keys-philiphazel/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST openpgp-keys-philiphazel-20220416.asc 12051 BLAKE2B ba5d7d1576659c002c5673e1cf14a2bb0810af231621c5cb23f24072cf51e9de17981c04f8fdd0316771dcc46c6cd2f759ed0d67015932625ac54ac15ad1c2af SHA512 0ea285c04b794cd5b389ae002ad62d879bdb10c3adb6acdc73ac30e0ec273abd2177d8d170f6bbe457eb0e74602bd7a544f7393c312a3043bc16289345ee3ee2
|
||||
8
sec-keys/openpgp-keys-philiphazel/metadata.xml
Normal file
8
sec-keys/openpgp-keys-philiphazel/metadata.xml
Normal 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>
|
||||
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user