<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>otakugeekx@gmail.com</email>
		<name>Lucas Couto</name>
	</maintainer>
	<longdescription lang="en">
		minikube runs a single-node Kubernetes cluster on a local machine, so a
		cluster can be used for learning, development and CI without any cloud
		infrastructure. It drives the node through a pluggable driver: a
		container runtime (docker, podman), a VM hypervisor (kvm2, virtualbox,
		qemu) or the bare host itself (none, ssh).
	</longdescription>
	<upstream>
		<bugs-to>https://github.com/kubernetes/minikube/issues</bugs-to>
		<remote-id type="github">kubernetes/minikube</remote-id>
	</upstream>
	<use>
		<flag name="libvirt">Pull in <pkg>app-emulation/libvirt</pkg> at runtime,
		which the built-in kvm2 driver loads through dlopen</flag>
	</use>
</pkgmetadata>
