sec-keys/signify-keys-oriole-systems: new package, add 20240330

Signed-off-by: Wolfgang Müller <wolf@oriole.systems>
This commit is contained in:
Wolfgang Müller 2024-09-26 20:31:58 +02:00
parent f6f972a12c
commit d6364a5e01
No known key found for this signature in database
GPG Key ID: 2F7F49394B6ABFF0
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST oriole-systems-20240330.pub 102 BLAKE2B 369ffd3369e221e5a38a655dca392f2339fc32c04a355a66e94584e2e2f2827c106de4a1994b86827c08608624006133a8cce54ff465342c676f7f86e49e94e7 SHA512 745154dca7eacf67d1bc7cab07a600167591c87910af4abaf7869cee2830d92baadfa3d5439e544d00e22b0a3d2b6e0d136b4c8add141abb7a58bb1944217f71

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>wolf@oriole.systems</email>
<name>Wolfgang Müller</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,19 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P=${P#signify-keys-}
DESCRIPTION="Signify keys used to sign oriole.systems releases"
HOMEPAGE="https://git.oriole.systems"
SRC_URI="https://oriole.systems/release.pub -> ${MY_P}.pub"
S=${WORKDIR}
LICENSE="public-domain"
SLOT="${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
src_install() {
insinto /usr/share/signify-keys
doins "${DISTDIR}/${MY_P}.pub"
}