From 5bd8a5214c98f7d9e223c9d17a921652b945c63b Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 22 Feb 2022 13:01:56 +0100 Subject: [PATCH] New package: quickemu 3.12 --- srcpkgs/quickemu/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/quickemu/template diff --git a/srcpkgs/quickemu/template b/srcpkgs/quickemu/template new file mode 100644 index 000000000000..0a258f77e55d --- /dev/null +++ b/srcpkgs/quickemu/template @@ -0,0 +1,22 @@ +# Template file for 'quickemu' +pkgname=quickemu +version=3.12 +revision=1 +wrksrc=${pkgname}-${version} +depends="qemu bash coreutils grep jq procps-ng python3 cdrtools usbutils util-linux sed spice-gtk swtpm wget xdg-user-dirs xrandr zsync" +short_desc="Quickly create and run optimised virtual machines" +maintainer="zenobit " +license="MIT" +homepage="https://github.com/quickemu-project/quickemu" +distfiles="https://github.com/quickemu-project/quickemu/archive/refs/tags/${version}.tar.gz" +checksum=17c53abbd71bbc50a9037bc006791888ac75f4d4d7501c0d5a98176a58b80c18 + +do_install() { + vbin ./quickemu + vbin ./quickget + vbin ./macrecovery +} + +post_install() { + vlicense LICENSE +}