Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: quickemu 3.11
@ 2022-02-22 12:10 zen0bit
  2022-02-22 12:13 ` zen0bit
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: zen0bit @ 2022-02-22 12:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/void-packages quickemu
https://github.com/void-linux/void-packages/pull/35777

New package: quickemu 3.11
### quickemu:
 Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
[project page](https://github.com/quickemu-project/quickemu)

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): NO
- This software is not compiled and is simple bash script
- But I think could be usefull
  
#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


A patch file from https://github.com/void-linux/void-packages/pull/35777.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-quickemu-35777.patch --]
[-- Type: text/x-diff, Size: 1219 bytes --]

From 296ee4cf6d1c6f8ab5c3919bfe3bb2c987ed6c95 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 22 Feb 2022 13:01:56 +0100
Subject: [PATCH] New package: quickemu 3.11

---
 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..4a76c6920a65
--- /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 <zen@osowoso.xyz>"
+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
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PR PATCH] Create template
@ 2022-02-06 11:51 zen0bit
  2022-02-22 11:58 ` [PR PATCH] [Updated] New package: quickemu 3.11 zen0bit
  0 siblings, 1 reply; 8+ messages in thread
From: zen0bit @ 2022-02-06 11:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/void-packages quickemu
https://github.com/void-linux/void-packages/pull/35434

Create template
#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


A patch file from https://github.com/void-linux/void-packages/pull/35434.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-quickemu-35434.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]

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 <zen@osowoso.xyz>"
+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
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-23 23:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 12:10 [PR PATCH] New package: quickemu 3.11 zen0bit
2022-02-22 12:13 ` zen0bit
2022-02-22 12:14 ` zen0bit
2022-02-22 12:35 ` [PR PATCH] [Updated] " zen0bit
2022-02-22 12:43 ` [PR PATCH] [Updated] New package: quickemu 3.12 zen0bit
2022-02-22 15:56 ` paper42
2022-02-23 23:50 ` [PR PATCH] [Closed]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2022-02-06 11:51 [PR PATCH] Create template zen0bit
2022-02-22 11:58 ` [PR PATCH] [Updated] New package: quickemu 3.11 zen0bit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).