Skip to content

Commit c535dd7

Browse files
committed
sec-keys/openpgp-keys-dehydrated: new package, add 20230716
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
1 parent 2f68320 commit c535dd7

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST dehydrated-3C2F2605E078A1E18F4793909C4DBE6CF438F333.asc 9378 BLAKE2B 7bae91147ee894288ecaea10ace18164bf9d92a57617fc5e52dff51f2bf5fa9f0dd0943fddf9a55641e0fb72400310017aba4b9a9835d963ff7cebafb573d094 SHA512 9887fb114e724e51d5b22fbf10f260a226e71c3704d4cde78576052f143a6ce49c5e273835ca8cda372ba9fcc77940510378e86f06cf550296f58ddc46e9d730
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="person">
5+
<email>mschiff@gentoo.org</email>
6+
<name>Marc Schiffbauer</name>
7+
</maintainer>
8+
<stabilize-allarches/>
9+
</pkgmetadata>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DESCRIPTION="OpenPGP keys used by dehydrated"
7+
HOMEPAGE="https://dehydrated.io/"
8+
SRC_URI="
9+
https://keys.openpgp.org/vks/v1/by-fingerprint/3C2F2605E078A1E18F4793909C4DBE6CF438F333
10+
-> dehydrated-3C2F2605E078A1E18F4793909C4DBE6CF438F333.asc
11+
"
12+
13+
LICENSE="public-domain"
14+
SLOT="0"
15+
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
16+
17+
S=${WORKDIR}
18+
19+
src_install() {
20+
local files=( ${A} )
21+
insinto /usr/share/openpgp-keys
22+
newins - dehydrated.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
23+
}

0 commit comments

Comments
 (0)