Github messages for voidlinux
 help / color / mirror / Atom feed
From: zen0bit <zen0bit@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Create template
Date: Sun, 06 Feb 2022 12:51:30 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35434@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2022-02-06 11:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-06 11:51 zen0bit [this message]
2022-02-22 11:58 ` [PR PATCH] [Closed]: New package: quickemu 3.11 zen0bit
2022-02-22 11:58 ` [PR PATCH] [Updated] " zen0bit
  -- strict thread matches above, loose matches on Subject: below --
2021-09-03 14:21 [PR PATCH] Create template topazus
2020-12-27 23:17 ghen-arcanum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35434@inbox.vuxu.org \
    --to=zen0bit@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).