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; 7+ 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] 7+ messages in thread

* Re: New package: quickemu 3.11
  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
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2022-02-22 12:13 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35777#issuecomment-1047735346

Comment:
[continue](https://github.com/void-linux/void-packages/pull/35434)
Sorry for reopen. I accidentally force push master and it's close merge request  

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

* Re: New package: quickemu 3.11
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2022-02-22 12:14 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35777#issuecomment-1047735346

Comment:
[continue of merge](https://github.com/void-linux/void-packages/pull/35434)
Sorry for reopen. I accidentally force push master and it's close merge request  

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

* Re: [PR PATCH] [Updated] New package: quickemu 3.11
  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 ` zen0bit
  2022-02-22 12:43 ` [PR PATCH] [Updated] New package: quickemu 3.12 zen0bit
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2022-02-22 12:35 UTC (permalink / raw)
  To: ml

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

There is an updated 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 5bd8a5214c98f7d9e223c9d17a921652b945c63b 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.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 <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] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: quickemu 3.12
  2022-02-22 12:10 [PR PATCH] New package: quickemu 3.11 zen0bit
                   ` (2 preceding siblings ...)
  2022-02-22 12:35 ` [PR PATCH] [Updated] " zen0bit
@ 2022-02-22 12:43 ` zen0bit
  2022-02-22 15:56 ` paper42
  2022-02-23 23:50 ` [PR PATCH] [Closed]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2022-02-22 12:43 UTC (permalink / raw)
  To: ml

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

There is an updated 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.12
### 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 55057e3e53797141d53ac442097912e703e0f864 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.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..adbc526b0ba3
--- /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 <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=fe27da3cb6ff2df549efafada181be4339077bdeec4bd2f5a25e21acd9c150c0
+
+do_install() {
+	vbin ./quickemu
+	vbin ./quickget
+	vbin ./macrecovery
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: quickemu 3.12
  2022-02-22 12:10 [PR PATCH] New package: quickemu 3.11 zen0bit
                   ` (3 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-02-22 15:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35777#issuecomment-1047941493

Comment:
> #### 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

This is a simple script, other distributions don't package it with the exception of Arch (but only in AUR) and nixpkgs. You can get the script with a simple curl command. NACK from me.

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

* Re: [PR PATCH] [Closed]: New package: quickemu 3.12
  2022-02-22 12:10 [PR PATCH] New package: quickemu 3.11 zen0bit
                   ` (4 preceding siblings ...)
  2022-02-22 15:56 ` paper42
@ 2022-02-23 23:50 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-02-23 23:50 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: quickemu 3.12
https://github.com/void-linux/void-packages/pull/35777

Description:
### 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


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

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

Thread overview: 7+ 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

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).