mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sec-keys/openpgp-keys-apache-lucene: new package, add 20170408
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
cb65f4903f
commit
62a49d6d56
1
sec-keys/openpgp-keys-apache-lucene/Manifest
Normal file
1
sec-keys/openpgp-keys-apache-lucene/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST openpgp-keys-apache-lucene-20170408-KEYS.asc 135412 BLAKE2B 7416455d168db3f41d6fc9bf79ef61c5f5fd2ac98df7d8bc627b55c581208f5298fac3c84276ab6b236d714bcb5f0c78dc6435e8643246536572e4f9131e8468 SHA512 b1e3990cd64471f9121227d8c9b5218936ac7f5037f22e8de914cd9096c9355d1ee3dadfae52fa5351f10c6cadaf7f943319dbd206c91abac4516e2e6f215d04
|
||||
8
sec-keys/openpgp-keys-apache-lucene/metadata.xml
Normal file
8
sec-keys/openpgp-keys-apache-lucene/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,19 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="OpenPGP keys used by lucene.apache.org"
|
||||
HOMEPAGE="https://lucene.apache.org/core/downloads.html"
|
||||
SRC_URI="https://archive.apache.org/dist/lucene/java/KEYS -> ${P}-KEYS.asc"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ppc64 x86"
|
||||
|
||||
src_install() {
|
||||
local files=( ${A} )
|
||||
insinto /usr/share/openpgp-keys
|
||||
newins - lucene.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
|
||||
}
|
||||
Reference in New Issue
Block a user