mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/openpgp-keys-bcl: Keys for parted
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
1
app-crypt/openpgp-keys-bcl/Manifest
Normal file
1
app-crypt/openpgp-keys-bcl/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST bcl-publickeys.asc 29990 BLAKE2B 220a23b549c9f13f5b3a55200b07f34e8178e6a1dba69d484f564f0d1293a02c6ca3c986091be511122d43e465f6d32206f9bbcaffe42aef03d5d3eca2e79db0 SHA512 5740390fef55fa10e6f89743390706001bd9f7d242a19e906e140a116de1aad1d3c22b280a7e789e792e7636fd60b6d32ba30ed6d82ae13381cf8d27320cef1f
|
||||
8
app-crypt/openpgp-keys-bcl/metadata.xml
Normal file
8
app-crypt/openpgp-keys-bcl/metadata.xml
Normal 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="project">
|
||||
<email>dist-kernel@gentoo.org</email>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
</pkgmetadata>
|
||||
22
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
Normal file
22
app-crypt/openpgp-keys-bcl/openpgp-keys-bcl-20210128.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="OpenPGP keys used by Brian C. Lane"
|
||||
HOMEPAGE="https://www.brianlane.com/about-brian-c-lane/"
|
||||
SRC_URI="
|
||||
https://www.brianlane.com/publickeys.txt -> bcl-publickeys.asc
|
||||
"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
local files=( ${A} )
|
||||
insinto /usr/share/openpgp-keys
|
||||
newins - bcl.asc < <(cat "${files[@]/#/${DISTDIR}/}")
|
||||
}
|
||||
Reference in New Issue
Block a user