febuild/sys-process/vfio-isolate/vfio-isolate-9999.ebuild

21 lines
407 B
Bash

# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_12 )
inherit distutils-r1 git-r3
DESCRIPTION="CPU and memory isolation for VFIO"
HOMEPAGE="https://github.com/spheenik/vfio-isolate"
EGIT_REPO_URI="https://github.com/spheenik/vfio-isolate.git"
SLOT="0"
BDEPEND="
dev-python/click
dev-python/psutil
"
LICENSE="MIT"