sec-keys/openpgp-keys-i2p - 20260310 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-i2p-20260310

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sec-keys/openpgp-keys-i2p-20260310

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-i2p-20260310

Package Information

Description:
OpenPGP keys used to sign I2P releases
Homepage:
https://i2p.net/en/docs/development/release-signing-key/
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
20260310 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION='OpenPGP keys used to sign I2P releases'
HOMEPAGE='https://i2p.net/en/docs/development/release-signing-key/'
SRC_URI='
	https://i2p.net/idk.key.asc
'
S=${WORKDIR}

LICENSE='public-domain'
SLOT='0'
KEYWORDS='~amd64 ~arm64'

src_install() {
	insinto /usr/share/openpgp-keys
	newins "${DISTDIR}/idk.key.asc" i2p.asc
}

Manifest for 20260310

Type File Size Source URLs
DIST idk.key.asc 6189 bytes https://i2p.net/idk.key.asc