From e7c7886b348754d32ce2e01740f9ad7f1f5b5c5a Mon Sep 17 00:00:00 2001 From: zenobit <6384793+zen0bit@users.noreply.github.com> Date: Sun, 6 Feb 2022 12:48:07 +0100 Subject: [PATCH] Create template --- 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..65645dc7aaee --- /dev/null +++ b/srcpkgs/quickemu/template @@ -0,0 +1,22 @@ +# Template file for 'quickemu' +pkgname=quickemu +version=3.11 +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/${pkgname}-project/${pkgname}/archive/refs/tags/${version}.tar.gz" +checksum=17c53abbd71bbc50a9037bc006791888ac75f4d4d7501c0d5a98176a58b80c18 + +do_install() { + vbin ./quickemu + vbin ./quickget + vbin ./macrecovery +} + +post_install() { + vlicense LICENSE +}