summaryrefslogtreecommitdiff
blob: c49dbec3e07162a2263a77a7c9e1f0a6072595d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer status="active">
		<email>erikmack@gmail.com</email>
		<name>Erik Mackdanz</name>
	</maintainer>
	<maintainer>
		<email>alunduil@gentoo.org</email>
		<name>Alex Brandt</name>
	</maintainer>
	<longdescription>
		By combining the speed and density of containers with
		the security of traditional virtual machines, LXD is
		the next-generation of container hypervisor for Linux
		from Canonical.
	</longdescription>
	<upstream>
		<remote-id type="github">lxc/lxd</remote-id>
	</upstream>
	<use>
		<flag name="criu">
			Add support for live-migrateable containers
		</flag>
		<flag name="daemon">
			Build the system daemon, not just the client tool
		</flag>
		<flag name="image">
			Installs the lxd-images image-fetching script
		</flag>
		<flag name="lvm">
			Allow using the Logical Volume Manager as pool
			for disk image storage
		</flag>
	</use>
</pkgmetadata>