1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION
="GnuPG keyring of Archlinux developer keys"
7 HOMEPAGE
="https://gitlab.archlinux.org/archlinux/archlinux-keyring"
8 #SRC_URI="https://sources.archlinux.org/other/${PN}/${P}.tar.gz"
9 SRC_URI
="https://gitlab.archlinux.org/archlinux/${PN}/-/archive/${PV}/${P}.tar.bz2"
10 LICENSE
="GPL-2" # "GPL" for the Arch linux package
13 BDEPEND
="app-crypt/sequoia-sq"
20 emake PREFIX
='/usr' DESTDIR
="${D}" install
25 einfo
"This package only installs the keyring files while sys-apps/pacman"
26 einfo
"initializes these keyrings to actually use it. This is a different"
27 einfo
"behaviour from Archlinux, but is necessary to avoid circular deps."