|
|
@ -21,13 +21,17 @@ include ../../devel/meson/meson.mk |
|
|
|
define Package/conmon |
|
|
|
SECTION:=utils |
|
|
|
CATEGORY:=Utilities |
|
|
|
TITLE:=Podmon conmon |
|
|
|
TITLE:=Podman conmon |
|
|
|
URL:=https://podman.io |
|
|
|
DEPENDS:=+glib2 $(INTL_DEPENDS) $(ICONV_DEPENDS) |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/conmon/description |
|
|
|
Podman: A tool for managing OCI containers and pods |
|
|
|
An OCI container runtime monitor. |
|
|
|
|
|
|
|
Conmon is a monitoring program and communication tool between |
|
|
|
a container manager (like Podman or CRI-O) and an OCI runtime |
|
|
|
(like runc or crun) for a single container. |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/conmon/install |
|
|
|