sec-keys/openpgp-keys-signify: New package, v20211219

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-12-19 13:27:33 +01:00
parent f1f5731ad2
commit 912a7bcef2
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST signify-20211219.pgp.asc 3805 BLAKE2B dd570dc33925fcb3a2992cbc685af6c0236d873a61ff71a2108c9d730094a9beda140264fc7bdcd7eda5a8a5d9691a94d42b959ca02f4288c53768888cfff30a SHA512 381a64534abb35b038aafc21e2c6e5396b9b3e8c93c3b889a45469d4ee24e1364d97846201d928a04bf5496aba5b9bbea19ad6b7f2ead99d28b284886f22f3c9

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used to sign signify's signify key"
HOMEPAGE="https://github.com/aperezdc/signify/"
SRC_URI="
https://keys.openpgp.org/vks/v1/by-fingerprint/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
-> signify-${PV}.pgp.asc
"
S=${WORKDIR}
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
insinto /usr/share/openpgp-keys
newins "${DISTDIR}/signify-${PV}.pgp.asc" signify.asc
}