mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/distribution-gpg-keys: new package, add 1.98
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
1
dev-util/distribution-gpg-keys/Manifest
Normal file
1
dev-util/distribution-gpg-keys/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST distribution-gpg-keys-1.98-1.tar.gz 46491932 BLAKE2B 6594b9433c8a6872f672e8cd74acaeba0b041b2a4d9a7d91b8616b9933f3707c266df985e72c0895410944cf0b9db5f87301d38f42210ad5203af2645e16dea5 SHA512 f36da49aa718aab102c08c82b3bf98a7cf15a269d09d214b68c875f6253c49b92a8ade33c03a8e8e719293f68488dca7fd992a98c1f169b7ce3bc45f3314d3bb
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright 2023 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/*
|
||||
}
|
||||
14
dev-util/distribution-gpg-keys/metadata.xml
Normal file
14
dev-util/distribution-gpg-keys/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pastalian46@gmail.com</email>
|
||||
<name>Takuya Wakazono</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">xsuchy/distribution-gpg-keys</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="copr">Install GPG keys used by Copr projects</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user