diff options
-rw-r--r-- | recipes-containers/catatonit/catatonit_0.1.7.bb | 16 |
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 | |||
5 | SUMMARY = "A container init that is so simple it's effectively brain-dead." | ||
6 | HOMEPAGE = "https://github.com/openSUSE/catatonit" | ||
7 | DESCRIPTION = "${SUMMARY}" | ||
8 | SECTION = "base" | ||
9 | LICENSE = "GPL-3.0-or-later" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
11 | |||
12 | SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" | ||
13 | SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656" | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit autotools | ||