You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/libpod/metadata.xml

30 lines
878 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
<name>Zac Medico</name>
</maintainer>
<longdescription lang="en">
libpod provides a library for applications looking to use the
Container Pod concept popularized by Kubernetes. libpod also
contains a tool called podman for managing Pods, Containers,
and Container Images.
</longdescription>
<use>
<flag name="apparmor">
Enable AppArmor support.
</flag>
<flag name="btrfs">
Enables dependencies for the "btrfs" graph driver, including
necessary kernel flags.
</flag>
<flag name="ostree">
Enables dependencies for handling of OSTree images.
</flag>
</use>
<upstream>
<remote-id type="github">containers/libpod</remote-id>
</upstream>
</pkgmetadata>