1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="OpenPGP keys used by the libevent project"
7 HOMEPAGE="https://libevent.org/"
9 https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9e3ac83a27974b84d1b3401db86086848ef8686d
10 -> ${P}-azat-khuzhin.asc
14 LICENSE="public-domain"
16 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
20 insinto /usr/share/openpgp-keys
21 newins - libevent.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)