mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sec-keys/openpgp-keys-apache-felix: new package, add 20200125
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
dc7811ab43
commit
881d6c41b2
1
sec-keys/openpgp-keys-apache-felix/Manifest
Normal file
1
sec-keys/openpgp-keys-apache-felix/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST openpgp-keys-apache-felix-20200125-KEYS.asc 122140 BLAKE2B afc767cb8b1de2df2f02bb3cbc208dd1b700c5431039ea232d8661b0c5d0820085ee832f49b67f8068e3d7c5f02f2a8d131c30bf077116de983cb32a41395af3 SHA512 0dabde201c81cce4aad8c4d531f739f5e25a28d6d0091fb02306150f9e931e5c0e37b6370a0b4729d1181cfea436fb136c70e39e264b16e4be09c3a5e7a5d06a
|
||||
8
sec-keys/openpgp-keys-apache-felix/metadata.xml
Normal file
8
sec-keys/openpgp-keys-apache-felix/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>java@gentoo.org</email>
|
||||
<name>Java</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="OpenPGP keys used by felix.apache.org"
|
||||
HOMEPAGE="https://felix.apache.org/documentation/downloads.html"
|
||||
SRC_URI="https://downloads.apache.org/felix/KEYS -> ${P}-KEYS.asc"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ppc64 x86"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
local files=( ${A} )
|
||||
insinto /usr/share/openpgp-keys
|
||||
newins - felix.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
|
||||
}
|
||||
Reference in New Issue
Block a user