Skip to content

Commit

Permalink
app-crypt/archlinux-keyring: add 20231113
Browse files Browse the repository at this point in the history
Signed-off-by: Yongxiang Liang <[email protected]>
  • Loading branch information
liangyongxiang committed Nov 13, 2023
1 parent abaf98d commit af8b4fd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-crypt/archlinux-keyring/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST archlinux-keyring-20231017.tar.gz 1489024 BLAKE2B e445dd27ae9a90aae440d2963db4297fecbb7da921f9dc19939b464b925ade40fce87e866f49374168e650303ba4674a2f53f7247d989c4d3d8bac9944800080 SHA512 da445bbb275a815e416f1ca5404e2b36357450e60f51b86500dc7866f14c26a158e2b963fa707a18cec33ae093ff5fd02b1b06771c7f2c3e0d10a7c29a973f57
DIST archlinux-keyring-20231113.tar.bz2 1437011 BLAKE2B 95d1c2e34e6e959c756a34073ac8d871a185036daf018f388c1b3995780acdab1fcca2e32efb82aa8cf2faa3e0a27275d12e0b00cc6a73725e3745d73c6ad1d2 SHA512 2952e4b0a420b023d16b260aa5e6f6bfa8411e1ac63a2801dab53b028d8be49b4a296ccf4042b8e873fb5613280edef5da6ce8a6d537bbb1da4f7dbf38c84999
29 changes: 29 additions & 0 deletions app-crypt/archlinux-keyring/archlinux-keyring-20231113.ebuild
Original file line number Diff line number Diff line change
@@ -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 ""
}

0 comments on commit af8b4fd

Please sign in to comment.