app-crypt/archlinux-keyring: add 20231222

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
Yongxiang Liang 2023-12-25 14:40:23 +08:00 committed by 梁永祥
parent 2b3ed2b915
commit f091525264
2 changed files with 30 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST archlinux-keyring-20231017.tar.gz 1489024 BLAKE2B e445dd27ae9a90aae440d2963db4297fecbb7da921f9dc19939b464b925ade40fce87e866f49374168e650303ba4674a2f53f7247d989c4d3d8bac9944800080 SHA512 da445bbb275a815e416f1ca5404e2b36357450e60f51b86500dc7866f14c26a158e2b963fa707a18cec33ae093ff5fd02b1b06771c7f2c3e0d10a7c29a973f57
DIST archlinux-keyring-20231113.tar.bz2 1437011 BLAKE2B 95d1c2e34e6e959c756a34073ac8d871a185036daf018f388c1b3995780acdab1fcca2e32efb82aa8cf2faa3e0a27275d12e0b00cc6a73725e3745d73c6ad1d2 SHA512 2952e4b0a420b023d16b260aa5e6f6bfa8411e1ac63a2801dab53b028d8be49b4a296ccf4042b8e873fb5613280edef5da6ce8a6d537bbb1da4f7dbf38c84999
DIST archlinux-keyring-20231222.tar.bz2 1455437 BLAKE2B f05656793375a8286cdfcf426c5608dd2c2b11fa6779389846295ef58728e5e1002334166d0540e40f2c363f70272c0386ad7427aeedd54df5c200f4ccf14976 SHA512 1d70aa11f28eb600a1ab245251bd91ae52b41f62b6857298e91a5965a229f0a7a7ac76775cde9a53616e1c54db21c62692edf506192ff2d7b490267d8ade7e3c

View File

@ -0,0 +1,29 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GnuPG keyring of Archlinux developer keys"
HOMEPAGE="https://gitlab.archlinux.org/archlinux/archlinux-keyring"
#SRC_URI="https://sources.archlinux.org/other/${PN}/${P}.tar.gz"
SRC_URI="https://gitlab.archlinux.org/archlinux/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-2" # "GPL" for the Arch linux package
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-crypt/sequoia-sq"
src_compile(){
emake build
}
src_install(){
emake PREFIX='/usr' DESTDIR="${D}" install
}
pkg_postinst() {
einfo ""
einfo "This package only installs the keyring files while sys-apps/pacman"
einfo "initializes these keyrings to actually use it. This is a different"
einfo "behaviour from Archlinux, but is necessary to avoid circular deps."
einfo ""
}