Github messages for voidlinux
 help / color / mirror / Atom feed
From: mintsuki <mintsuki@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: limine-3.4.7
Date: Sun, 22 May 2022 09:34:18 +0200	[thread overview]
Message-ID: <20220522073418.QhHktHiacbIxwmhcD5YZN7U1PjRw828ZvfKzeK9udPc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36665@inbox.vuxu.org>

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

There is an updated pull request by mintsuki against master on the void-packages repository

https://github.com/mintsuki/void-packages add-limine
https://github.com/void-linux/void-packages/pull/36665

New package: limine-3.4.7
#### 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-glibc


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

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

From 26b873287f4162f8845494986303d49fd47bc7a6 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sun, 22 May 2022 09:33:42 +0200
Subject: [PATCH] New package: limine-3.5

---
 srcpkgs/limine/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/limine/template

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
new file mode 100644
index 000000000000..8042360ac936
--- /dev/null
+++ b/srcpkgs/limine/template
@@ -0,0 +1,22 @@
+# Template file for 'limine'
+pkgname=limine
+version=3.5
+revision=1
+archs="x86_64* i686*"
+build_style=gnu-configure
+hostmakedepends="mtools nasm"
+short_desc="Advanced x86/x86_64 BIOS/UEFI bootloader"
+maintainer="Mintsuki <mintsuki@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://limine-bootloader.org/"
+distfiles="https://limine-bootloader.org/files/limine/limine-${version}.tar.xz"
+checksum=12d3c24627595947653c67411e5cde08a083a9d9dbcf17ea479cee92b49e6601
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	hostmakedepends="$hostmakedepends cross-x86_64-linux-gnu"
+	configure_args="TOOLCHAIN=x86_64-linux-gnu"
+fi
+
+post_install() {
+	vlicense LICENSE.md
+}

  parent reply	other threads:[~2022-05-22  7:34 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13  4:33 [PR PATCH] New package: limine-3.0.3 mintsuki
2022-04-13  4:43 ` classabbyamp
2022-04-13 18:14 ` Chocimier
2022-04-13 21:02 ` [PR PATCH] [Updated] " mintsuki
2022-04-13 21:05 ` mintsuki
2022-04-13 21:12 ` mintsuki
2022-04-13 21:57 ` [PR REVIEW] " JamiKettunen
2022-04-13 21:57 ` JamiKettunen
2022-04-13 22:03 ` [PR PATCH] [Updated] " mintsuki
2022-04-13 22:26 ` mintsuki
2022-04-13 22:40 ` mintsuki
2022-04-13 22:58 ` mintsuki
2022-04-13 23:01 ` mintsuki
2022-05-06 20:05 ` [PR REVIEW] " mobinmob
2022-05-08 20:32 ` mintsuki
2022-05-10 17:12 ` mobinmob
2022-05-10 17:12 ` mobinmob
2022-05-10 17:15 ` mobinmob
2022-05-10 20:05 ` mobinmob
2022-05-10 23:42 ` [PR PATCH] [Updated] " mintsuki
2022-05-10 23:45 ` mintsuki
2022-05-10 23:48 ` [PR REVIEW] New package: limine-3.4.4 mintsuki
2022-05-14 23:55 ` classabbyamp
2022-05-15  1:50 ` mintsuki
2022-05-16  5:07 ` [PR PATCH] [Updated] " mintsuki
2022-05-20  4:56 ` [PR PATCH] [Updated] New package: limine-3.4.5 mintsuki
2022-05-21  3:34 ` [PR PATCH] [Updated] New package: limine-3.4.6 mintsuki
2022-05-21  3:43 ` [PR PATCH] [Updated] New package: limine-3.4.7 mintsuki
2022-05-21 21:54 ` mintsuki
2022-05-22  7:34 ` mintsuki [this message]
2022-05-25 19:28 ` New package: limine-3.5 mintsuki
2022-06-17 23:23 ` [PR PATCH] [Updated] " mintsuki
2022-06-17 23:25 ` mintsuki
2022-09-16  2:14 ` New package: limine-3.5.5 github-actions
2022-09-17  5:44 ` [PR PATCH] [Closed]: " mintsuki

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=20220522073418.QhHktHiacbIxwmhcD5YZN7U1PjRw828ZvfKzeK9udPc@z \
    --to=mintsuki@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).