e3975ec7d4
catatonit is a simple but valid init binary to act as PID 1 for containers. https://github.com/openSUSE/catatonit Dependency of podman. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
399 B
Makefile
15 lines
399 B
Makefile
################################################################################
|
|
#
|
|
# catatonit
|
|
#
|
|
################################################################################
|
|
|
|
CATATONIT_VERSION = 0.1.7
|
|
CATATONIT_SITE = $(call github,openSUSE,catatonit,v$(CATATONIT_VERSION))
|
|
CATATONIT_LICENSE = GPL-3.0+
|
|
CATATONIT_LICENSE_FILES = COPYING
|
|
|
|
CATATONIT_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|