mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 07:28:38 +00:00
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43805 Signed-off-by: Zac Medico <zmedico@gentoo.org>
16 lines
456 B
Bash
16 lines
456 B
Bash
# Copyright 2025 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"
|