sec-keys/openpgp-keys-gocryptfs - 20250916 (gentoo)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-gocryptfs-20250916

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

autounmask =sec-keys/openpgp-keys-gocryptfs-20250916

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-gocryptfs-20250916

Package Information

Description:
OpenPGP keys used to sign gocryptfs
Homepage:
https://nuetzlich.net/

Ebuild Details

Version EAPI Keywords Slot
20250916 8 amd64 arm64 ~ppc64 ~riscv ~x86
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	"FFF3E01444FED7C316A3545A895F5BC123A02740:nuetzlich-gocryptfs-signing-key:ubuntu,manual"
)

inherit sec-keys

DESCRIPTION="OpenPGP keys used to sign gocryptfs"
HOMEPAGE="https://nuetzlich.net/"
SRC_URI+="https://nuetzlich.net/gocryptfs-signing-key.pub -> ${PN}-nuetzlich-gocryptfs-signing-key-${PV}.pub"

KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"

Inherited Eclasses