mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/mock-core-configs: new package, add 39.3
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
1
dev-util/mock-core-configs/Manifest
Normal file
1
dev-util/mock-core-configs/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mock-core-configs-39.3.tar.gz 44388 BLAKE2B b5db94e531eb67b7c5475970b156f61a6801c3fe3909f01246262c03b2ed92e9df3fe61710f926e47fcf213722e66e388722abdbb85a311a678be88e7dcd9c09 SHA512 e498fe50426bf4d2b4f278ebc97f409dd5b61bcfdeb16346aaff4dba347647e33dd2e48c4b3cb29be6317e01a9c8690b23e6edc892c385c4979d9bf4ff99d613
|
||||
11
dev-util/mock-core-configs/metadata.xml
Normal file
11
dev-util/mock-core-configs/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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">rpm-software-management/mock</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
17
dev-util/mock-core-configs/mock-core-configs-39.3.ebuild
Normal file
17
dev-util/mock-core-configs/mock-core-configs-39.3.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Mock core config files basic chroots"
|
||||
HOMEPAGE="https://rpm-software-management.github.io/mock/ https://github.com/rpm-software-management/mock"
|
||||
SRC_URI="https://github.com/rpm-software-management/mock/releases/download/${P}-1/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
insinto /etc/mock
|
||||
doins -r etc/mock/*
|
||||
}
|
||||
Reference in New Issue
Block a user