mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sec-keys/openpgp-keys-zackweinberg: new package, add 20231223
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
sec-keys/openpgp-keys-zackweinberg/Manifest
Normal file
1
sec-keys/openpgp-keys-zackweinberg/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST openpgp-keys-zackweinberg-20231223-82F854F3CE73174B8B63174091FCC32B6769AA64.asc 3065 BLAKE2B 7c0c920e05f45a98979ec2a20a2f6bd93dce599ae056f2b7f9205586a85395d43fe18709b4646d652334fd343990c079ab944584d37ca73f9cae6abe0b043ad4 SHA512 af5f9395234f57037174f5fe6026033e72f039a70cd32dbb22e9f2778d6197a44b6b2c4bbfb066350436decf0ab4317744c967b5043d0893402da2b56e2e13af
|
||||
13
sec-keys/openpgp-keys-zackweinberg/metadata.xml
Normal file
13
sec-keys/openpgp-keys-zackweinberg/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ajak@gentoo.org</email>
|
||||
<name>John Helmert III</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>sam@gentoo.org</email>
|
||||
<name>Sam James</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="OpenPGP keys used by Zack Weinberg"
|
||||
HOMEPAGE="https://www.owlfolio.org/about/ https://www.owlfolio.org/contact/"
|
||||
# https://www.owlfolio.org/contact/
|
||||
SRC_URI="
|
||||
https://keys.openpgp.org/vks/v1/by-fingerprint/82F854F3CE73174B8B63174091FCC32B6769AA64
|
||||
-> ${P}-82F854F3CE73174B8B63174091FCC32B6769AA64.asc
|
||||
"
|
||||
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() {
|
||||
local files=( ${A} )
|
||||
insinto /usr/share/openpgp-keys
|
||||
newins - zackweinberg.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
|
||||
}
|
||||
Reference in New Issue
Block a user