summaryrefslogtreecommitdiffstats
path: root/recipes-containers/catatonit/catatonit_0.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/catatonit/catatonit_0.2.0.bb')
-rw-r--r--recipes-containers/catatonit/catatonit_0.2.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-containers/catatonit/catatonit_0.2.0.bb b/recipes-containers/catatonit/catatonit_0.2.0.bb
new file mode 100644
index 00000000..13537a4a
--- /dev/null
+++ b/recipes-containers/catatonit/catatonit_0.2.0.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-2.0-or-later"
10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11
12SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
13SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923"
14S = "${WORKDIR}/git"
15
16inherit autotools