dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / sec-keys / openpgp-keys-gnupg / openpgp-keys-gnupg-20220210.ebuild
blobe3abd4f15dee721d3fe87eb4185adf25cac00539
1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 DESCRIPTION="OpenPGP keys used to sign GnuPG releases"
7 HOMEPAGE="https://gnupg.org/signature_key.html"
8 SRC_URI="https://gnupg.org/signature_key.asc"
9 S="${WORKDIR}"
11 LICENSE="public-domain"
12 SLOT="0"
13 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
15 src_install() {
16         local files=( ${A} )
17         insinto /usr/share/openpgp-keys
18         newins - gnupg.asc < <(cat "${files[@]/#/${DISTDIR}/}")