sec-keys/openpgp-keys-phosh: add 2025

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-11-07 15:48:49 +05:00
parent 99e31734a6
commit febab79b0b
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST openpgp-keys-phosh-2024.asc 8574 BLAKE2B 7f5bb6685b1cc211f813c619cc1be3766d9909da2d7622a69b629dda5ec3b01ba229cda18eb790b0506477b81b0e2342bbc5a7cc3563e04ca114f2f222e3efb6 SHA512 94c34e95fef9fbb2cbc8f22eb1751dbfc8a76092cd9fa674ad627fe3c32124d31a72f4b29c36362925a7299d33e2a9c3789889e71f4557c6c6ccbc28d1679724
DIST openpgp-keys-phosh-2025.asc 75579 BLAKE2B 998d093d1a20c508b995466fcd1adc9cc334447d516c3be91283952c646c62b49cc203c078d633f0846b0825f18305d9ac42ffb9fdb2dcb99d4c908480329042 SHA512 1c5eeecfa2d0d8c5e01a6f723529f97c5ee7872faa03cd2c70014aa1f8654589197aa6e70d617102b33f7ff786defd5d23758610edce198dd3909a267d5c5b82

View File

@@ -0,0 +1,21 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN#openpgp-keys-}"
DESCRIPTION="OpenPGP keys used to sign Phosh releases"
HOMEPAGE="https://phosh.mobi/"
SRC_URI="https://sources.phosh.mobi/misc/signing-keys/signing-key-${PV}.asc -> ${P}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - ${MY_PN}.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}