diff --git a/srcpkgs/vfio-isolate/template b/srcpkgs/vfio-isolate/template new file mode 100644 index 00000000000..1e9b9dd735b --- /dev/null +++ b/srcpkgs/vfio-isolate/template @@ -0,0 +1,17 @@ +# Template file for 'vfio-isolate' +pkgname=vfio-isolate +version=0.5.2 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="cpuset" +short_desc="CLI CPU isolation utility for vfio virtual machines" +maintainer="Jadyn Brammer " +license="MIT" +homepage="https://github.com/spheenik/vfio-isolate" +distfiles="${PYPI_SITE}/v/vfio-isolate/vfio-isolate-${version}.tar.gz" +checksum=fbad511d8ae24b4423341dba2da1c49171382184c5980133a013d82ae8953a5a + +post_install() { + vlicense LICENSE +}