mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sec-keys/openpgp-keys-eschwartz: new package, add 20250405
See c2d795735f.
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
sec-keys/openpgp-keys-eschwartz/Manifest
Normal file
1
sec-keys/openpgp-keys-eschwartz/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST eli-schwartz-20250405.gpg 9325 BLAKE2B c93871bf0044c77339d5601b44463d38300f6ac56d459da7df2d239ed540b0d69894b0834a8891119f337a0f677f65c9ff75a1beef251b8e322d529e81098925 SHA512 449404f8b7a72eda0930eda2c3078d389e1fecfa030621bebdc882242b486e2d1d763f455222cbf80adf176df8f9085de08bc3c329d882a07a3cdddcb54a6e51
|
||||
8
sec-keys/openpgp-keys-eschwartz/metadata.xml
Normal file
8
sec-keys/openpgp-keys-eschwartz/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="person">
|
||||
<email>eschwartz@gentoo.org</email>
|
||||
<name>Eli Schwartz</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,18 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="OpenPGP keys used by Eli Schwartz"
|
||||
HOMEPAGE="https://github.com/eli-schwartz"
|
||||
SRC_URI="https://github.com/eli-schwartz.gpg -> eli-schwartz-${PV}.gpg"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/openpgp-keys
|
||||
newins "${DISTDIR}"/eli-schwartz-${PV}.gpg eschwartz.gpg
|
||||
}
|
||||
Reference in New Issue
Block a user