| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/${PN}"
DESCRIPTION="A simple wrapper around qemu to make virtual machines"
HOMEPAGE="https://ari.lt/gh/mkqemuvm"
SRC_URI="https://ari.lt/gh/mkqemuvm/archive/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
}
>=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
>=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
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mkqemuvm-0.5.tar.gz | 14389 bytes | https://ari.lt/gh/mkqemuvm/archive/v0.5.tar.gz |