1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="OpenPGP keys used by libvirt"
7 HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/"
8 SRC_URI="https://download.libvirt.org/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc"
12 LICENSE="public-domain"
14 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
18 insinto /usr/share/openpgp-keys
19 newins - libvirt.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)