summaryrefslogtreecommitdiff
path: root/app-containers/catatonit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-containers/catatonit
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-containers/catatonit')
-rw-r--r--app-containers/catatonit/Manifest4
-rw-r--r--app-containers/catatonit/catatonit-0.1.7.ebuild26
-rw-r--r--app-containers/catatonit/metadata.xml10
3 files changed, 40 insertions, 0 deletions
diff --git a/app-containers/catatonit/Manifest b/app-containers/catatonit/Manifest
new file mode 100644
index 000000000000..2294bdc92f50
--- /dev/null
+++ b/app-containers/catatonit/Manifest
@@ -0,0 +1,4 @@
+DIST catatonit-0.1.7-automake.patch 965 BLAKE2B fd42082321b75210653657cadd09751aa70a1eabeea4abc0cbc06aa91c510cff70d4261759407426a198f1aa3a1826d9f3a255d18e0e22e2dad53eca6b76ee87 SHA512 62cb75e8dcff7348eb5fe9dfb57627659bb755ffdd6a29b6d4e486e2b4c92945fa7420410941523585102ac11b14c2a1700fb6fd3fd663e7f38c10863f82fa87
+DIST catatonit-0.1.7.tar.gz 21720 BLAKE2B ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24 SHA512 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
+EBUILD catatonit-0.1.7.ebuild 661 BLAKE2B 731d1df958c33cd404d4a59530e74df15b4ad639d8901bc7c78e9ea6df7045fb3cac453e35a6cd3d1d3f2cc799d040b3ac00b19895e7993c7f4c906929f08469 SHA512 80bac542591ecc15b89b5d18f0cdd980b29da030b5e16d57ce0803c8e69b69f25a9b27bee05d1616c752d1b215977e3a0255b80685daf1844fe3b7d5afe7f45a
+MISC metadata.xml 302 BLAKE2B 25c8cfc1578a53cf585b81b225690f2b06a58cdec8fc6fdbbda943a9210924cb82a5552ace8e84edfd46a0ee186c71a273f318e53a201f6c46d7ea32577a8073 SHA512 1b504f841f32820714d82a565ceb2c1ebc43e484caf43d8d8a2b9e99d06bba1d9ae41bb2fc767f5512dbe3b09432a693b5a67767a40338e793009cf34c937a3d
diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild b/app-containers/catatonit/catatonit-0.1.7.ebuild
new file mode 100644
index 000000000000..bc3f9fc2be56
--- /dev/null
+++ b/app-containers/catatonit/catatonit-0.1.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A container init that is so simple it's effectively brain-dead"
+HOMEPAGE="https://github.com/openSUSE/catatonit"
+SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/openSUSE/catatonit/pull/19.patch -> ${P}-automake.patch"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+PATCHES=("${DISTDIR}/${P}-automake.patch")
+
+src_configure() {
+ ./autogen.sh || die
+ default
+}
+
+src_install() {
+ default
+ dodir /usr/libexec/podman
+ ln "${ED}/usr/"{bin,libexec/podman}/catatonit || die
+}
diff --git a/app-containers/catatonit/metadata.xml b/app-containers/catatonit/metadata.xml
new file mode 100644
index 000000000000..dd80ca2b54fb
--- /dev/null
+++ b/app-containers/catatonit/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">openSUSE/catatonit</remote-id>
+ </upstream>
+</pkgmetadata>