gentoo/sec-keys/openpgp-keys-freenet/openpgp-keys-freenet-20230419.ebuild
Volkmar W. Pogatzki a26dcbf3fd
sec-keys/openpgp-keys-freenet: unkeyword 20230419 for ~arm, ~x86
No reverse dependency needs it with those keywords.

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/43603
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2025-09-25 12:56:27 +02:00

21 lines
526 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by freenetproject.org"
HOMEPAGE="https://freenetproject.org/pages/download.html"
SRC_URI="https://freenetproject.org/assets/keyring.gpg -> ${P}-keyring.gpg"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~arm64"
S="${WORKDIR}"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - freenetproject.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}