Install this version:
emerge -a =sec-keys/openpgp-keys-ocserv-20230505
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sec-keys/openpgp-keys-ocserv-20230505
Or alternatively:
emerge --autounmask-write -a =sec-keys/openpgp-keys-ocserv-20230505
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP key for ocserv"
HOMEPAGE="https://ocserv.gitlab.io/www/download.html"
SRC_URI="https://ocserv.gitlab.io/www/96865171.asc -> ocserv-${PV}.asc"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
S=${WORKDIR}
src_unpack() {
:
}
src_install() {
insinto /usr/share/openpgp-keys
newins "${DISTDIR}/ocserv-${PV}.asc" ocserv.asc
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ocserv-20230505.asc | 34659 bytes | https://ocserv.gitlab.io/www/96865171.asc |