dinolay/app-emulation/mkqemuvm/mkqemuvm-0.5.ebuild
Ari Archer f330560338
u
2022-10-30 13:34:15 +02:00

29 lines
600 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A simple wrapper around qemu to make virtual machines"
HOMEPAGE="https://ari-web.xyz/gh/mkqemuvm"
SRC_URI="https://ari-web.xyz/gh/mkqemuvm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=sys-apps/mlocate-0.26
>=app-shells/fzf-0.27.2
>=app-emulation/qemu-6.2.0
>=sys-firmware/edk2-ovmf-202105-r2
>=app-shells/bash-5.1
"
RDEPEND="${DEPEND}"
BDEPEND=""
DOCS=(README.md)
src_install() {
dobin mkqemuvm
einstalldocs
}