mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sec-keys/openpgp-keys-openwall: initial import
Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
1
sec-keys/openpgp-keys-openwall/Manifest
Normal file
1
sec-keys/openpgp-keys-openwall/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST 297AD21CF86C948081520C1805C027FD4BDC136E.asc 4937 BLAKE2B 1bb6cc151a5b826b16373a2fc9126a23d590cf6b5e763494755a07dc5f19159f90e4a61840151bf01ac28727bb7cd69ec3f1506492d515039faad2b7ab2aea47 SHA512 c09e7cc9d5c048f9947a6a79a4bbe4f7c1d6ec897fca684658a16e9998437c2d5c100bfa36e92a8e594ec14c349d6dcfb9cfe9c13154ec673f9ccfa74ca7d3b4
|
||||
8
sec-keys/openpgp-keys-openwall/metadata.xml
Normal file
8
sec-keys/openpgp-keys-openwall/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>ajak@gentoo.org</email>
|
||||
<name>John Helmert III</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="OpenPGP keys used to sign Openwall software releases"
|
||||
HOMEPAGE="https://www.openwall.com/signatures/"
|
||||
SRC_URI="
|
||||
https://www.openwall.com/signatures/openwall-offline-signatures.asc ->
|
||||
297AD21CF86C948081520C1805C027FD4BDC136E.asc"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
local files=( ${A} )
|
||||
insinto /usr/share/openpgp-keys
|
||||
newins - openwall.asc < <(cat "${files[@]/#/${DISTDIR}/}")
|
||||
}
|
||||
Reference in New Issue
Block a user