blob: 7ab8bd4de41e10b8a65b3dc49986e544bd087e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@baldeagleos.com</email>
<name>Development</name>
</maintainer>
<upstream>
<remote-id type="cpe">cpe:/a:linuxcontainers:lxc</remote-id>
</upstream>
<use>
<flag name="apparmor">Enable AppArmor support</flag>
<flag name="templates">Install old style templates through <pkg>app-containers/lxc-templates</pkg></flag>
<flag name="io-uring">Enable io_uring support, and use io_uring instead of epoll</flag>
<flag name="tools">Build and install additional command line tools</flag>
</use>
<origin>ports</origin>
</pkgmetadata>
|