summaryrefslogtreecommitdiff
path: root/sec-keys/openpgp-keys-apache-ant/openpgp-keys-apache-ant-20230104.ebuild
blob: a56fc795b3211987264f99aea15917a8e42aa538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="OpenPGP keys used by ant.apache.org"
HOMEPAGE="https://ant.apache.org/srcdownload.cgi"
SRC_URI="https://downloads.apache.org/ant/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 - ant.apache.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}