mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/distribution-gpg-keys: add 1.117
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST distribution-gpg-keys-1.116-1.tar.gz 100888045 BLAKE2B d65082bc9a52e753eb6b5aa51e4976aad76f257764f218e5b1438a37631d04e6f05382a6229c48f7ee1bb0cc6ea2c5ab13bd218344d3602a93f545f11dc9b56a SHA512 56b12cab85a5e8a6f7fc376392eb2c2891e88f969c06eab846cce686c0b0b821abdbddb8101f96f1ae3950d487716b819fca7c6862ef3bb024849f520952a9c9
|
||||
DIST distribution-gpg-keys-1.117-1.tar.gz 107154858 BLAKE2B 86cc49a68a76d31ef4abb56cc300b366814588749f53517718ffdcee25ce6b2f85476e35e560cdc4ff99ae4ca533a3870ef427cc73393a51b8d38b69fa523179 SHA512 1de201bc85cd653337e09fd119f1ffaeca12920a0d821f37860d043c4d0ea936df7b1d23e8f5ffd5738c8907fdb7975a3b480b403f03abd5ea9092ff4478a401
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright 2023-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_P="${P}-1"
|
||||
|
||||
DESCRIPTION="Collection of GPG keys used in Linux Distributions"
|
||||
HOMEPAGE="https://github.com/rpm-software-management/distribution-gpg-keys"
|
||||
SRC_URI="https://github.com/rpm-software-management/distribution-gpg-keys/archive/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${MY_P}"
|
||||
|
||||
LICENSE="CC0-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="copr"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
use copr || rm -r keys/copr || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r keys/*
|
||||
}
|
||||
Reference in New Issue
Block a user