mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-util/mock-core-configs: add 43.3
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mock-core-configs-43.2-1.tar.gz 423352 BLAKE2B 615311d903dd82e3fc1a1e9699fccdf7b27bc4c80b0cd96eff138a03a091672804e84407f727bffcdcb975f9f46f55d0656bc3544a9e505e3e94f729e7d8b5b9 SHA512 bf8d27db10d840b6c81259d92fe9967b19bcf75e27e419f6f649f77d2dd665f600720f2b6222cce4870f4e0120e93332ec45dc7e5bd1bd20269743db907e680e
|
||||
DIST mock-core-configs-43.3-1.tar.gz 424412 BLAKE2B 96e1e419aa8f4eaad8c327d3ae53a2694a4805bd3de914d747dcc3d21f888a3069a08c261a3ac61b2f4a95acb747e070278ebbb301c1c2ef52f50f3ef9485eea SHA512 c67a76dc1969efce8eef4b21ba951dad8d0786581284afe99974332e52ff426e499089ceb923fb8e727b0564bc073ad33cf987e7bf37c13ba325c8da7d8932e1
|
||||
|
||||
20
dev-util/mock-core-configs/mock-core-configs-43.3.ebuild
Normal file
20
dev-util/mock-core-configs/mock-core-configs-43.3.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_P=${P}-1
|
||||
|
||||
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/archive/refs/tags/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/mock-${MY_P}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
insinto /etc/mock
|
||||
doins -r ${PN}/etc/mock/*
|
||||
}
|
||||
Reference in New Issue
Block a user