mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-util/distribution-gpg-keys: add 1.101
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
DIST distribution-gpg-keys-1.100-1.tar.gz 52365963 BLAKE2B 3a42110a444a2be1705d45780fbfbf9ea928c6fff263d79d937a135ddcc9230156b0e8c33e805056356a08131987dea8a6941009d6716243a58578c1409b6730 SHA512 c500302ced12f645eb3609846f037f095bb833fbf1f4a4fccd2986698a7053ca4cb748c0986e0b06f894e74c4e41a0c63df0e403a1d27b3fb8795331a0cf49e0
|
DIST distribution-gpg-keys-1.100-1.tar.gz 52365963 BLAKE2B 3a42110a444a2be1705d45780fbfbf9ea928c6fff263d79d937a135ddcc9230156b0e8c33e805056356a08131987dea8a6941009d6716243a58578c1409b6730 SHA512 c500302ced12f645eb3609846f037f095bb833fbf1f4a4fccd2986698a7053ca4cb748c0986e0b06f894e74c4e41a0c63df0e403a1d27b3fb8795331a0cf49e0
|
||||||
|
DIST distribution-gpg-keys-1.101-1.tar.gz 54999369 BLAKE2B 816d941193ccde28b8340d15d9a9b7bec734a24cb82aacfea68be143a8bf9997b259a4c093e9fa69627e4bd127ab63fe484a908c637f9c42334fdd28021dfbf9 SHA512 3a621d530f938d9decc3a5e716317bc3d841cd686ea8310f39a1e74cbdd62d93bb454126de57f82ff83aaf061ee28a86e81617842aaefa7863fc017af0ecbad2
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 2023-2024 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/xsuchy/distribution-gpg-keys"
|
||||||
|
SRC_URI="https://github.com/xsuchy/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 -rf keys/copr || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/usr/share/${PN}"
|
||||||
|
doins -r keys/*
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user