app-emulation/quickemu: New package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hayley Hughes <hayley@foxes.systems>
This commit is contained in:
Hayley Hughes
2021-12-15 19:39:53 +11:00
parent 480d4a8308
commit 2e12abb9ec
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST 3.11.tar.gz 128498 BLAKE2B 15791e21733a2b77b54e8b25d37f9f8b7a112e249635c187ba1267f2bea089f38d96e5690da2d44b82b3668827df524afa765b42f90f61bfe368f53c773c51b4 SHA512 076c6e4108c5bb0e85e36c13da91e3c7f3f607b54cd50cbf73cc64fc157198a18daaa7131473e5d6166e1babd905645b673d05373a2f18959bdb4a8a1c9f897f

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hayley@foxes.systems</email>
<name>Hayley Hughes</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,42 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit python-single-r1
DESCRIPTION="Create and run optimised Windows, macOS and Linux desktop virtual machines"
HOMEPAGE="https://github.com/quickemu-project/quickemu"
SRC_URI="https://github.com/quickemu-project/${PN}/archive/refs/tags/${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
>=app-emulation/qemu-6.0.0[gtk,sdl,spice]
>=app-shells/bash-4.0:=
app-cdr/cdrtools
app-crypt/swtpm
app-misc/jq
net-misc/spice-gtk[gtk3]
net-misc/wget
net-misc/zsync
sys-apps/usbutils
sys-apps/util-linux
sys-firmware/edk2-ovmf
sys-process/procps
x11-apps/xrandr
x11-misc/xdg-user-dirs
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
python_doscript macrecovery macrecovery
dobin quickemu
dobin quickget
}