aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/mock-core-configs/mock-core-configs-40.1.ebuild')
-rw-r--r--dev-util/mock-core-configs/mock-core-configs-40.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild b/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild
new file mode 100644
index 000000000..b53e86356
--- /dev/null
+++ b/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2023-2024 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/*
+}