summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/catatonit/catatonit_0.1.7.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.1.7.bb
new file mode 100644
index 00000000..da3973de
--- /dev/null
+++ b/recipes-containers/catatonit/catatonit_0.1.7.bb
@@ -0,0 +1,16 @@
1# SPDX-FileCopyrightText: Huawei Inc.
2#
3# SPDX-License-Identifier: MIT
4
5SUMMARY = "A container init that is so simple it's effectively brain-dead."
6HOMEPAGE = "https://github.com/openSUSE/catatonit"
7DESCRIPTION = "${SUMMARY}"
8SECTION = "base"
9LICENSE = "GPL-3.0-or-later"
10LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
11
12SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
13SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
14S = "${WORKDIR}/git"
15
16inherit autotools