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-4.20221230.0
Date: Sun, 15 Jan 2023 05:58:26 +0100	[thread overview]
Message-ID: <20230115045826.6liVLuWDjVzO2FfFDY4eLzozidq15AzrZgIXW6qgZ_s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41420@inbox.vuxu.org>

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

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

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

New package: limine-4.20221230.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - i686-musl
  - aarch64
  - aarch64-musl

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

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

From aebf7db1e9fd8a136ded129e9d794f3c2a4e701c Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sun, 15 Jan 2023 05:58:04 +0100
Subject: [PATCH] New package: limine-4.20221230.0

---
 srcpkgs/limine-devel    |  1 +
 srcpkgs/limine/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/limine-devel
 create mode 100644 srcpkgs/limine/template

diff --git a/srcpkgs/limine-devel b/srcpkgs/limine-devel
new file mode 120000
index 000000000000..e944711822ac
--- /dev/null
+++ b/srcpkgs/limine-devel
@@ -0,0 +1 @@
+limine
\ No newline at end of file
diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
new file mode 100644
index 000000000000..79c0dffe6a5e
--- /dev/null
+++ b/srcpkgs/limine/template
@@ -0,0 +1,25 @@
+# Template file for 'limine'
+pkgname=limine
+version=4.20221230.0
+revision=1
+build_style=gnu-configure
+configure_args="--enable-all CROSS_TOOLCHAIN=llvm"
+hostmakedepends="mtools nasm llvm clang lld"
+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://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
+checksum=ce0662cf746c6b968f2bb99e4375b8d673d328853d9628cf1e9a363ead294e75
+
+post_install() {
+	vlicense LICENSE.md
+}
+
+limine-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+	}
+}

  parent reply	other threads:[~2023-01-15  4:58 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03  5:08 [PR PATCH] " mintsuki
2023-01-03  9:17 ` [PR PATCH] [Updated] " mintsuki
2023-01-03 11:12 ` mintsuki
2023-01-03 13:00 ` mintsuki
2023-01-03 17:02 ` mobinmob
2023-01-15  4:58 ` mintsuki [this message]
2023-01-16 16:53 ` [PR PATCH] [Updated] " mintsuki
2023-01-22  9:53 ` [PR PATCH] [Updated] New package: limine-4.20230114.0 mintsuki
2023-02-04 13:39 ` New package: limine-4.20230120.0 mobinmob
2023-02-05  6:23 ` Vaelatern
2023-02-05  6:53 ` mobinmob
2023-02-05  6:54 ` mobinmob
2023-02-09 19:47 ` mintsuki
2023-02-09 19:55 ` [PR PATCH] [Updated] " mintsuki
2023-02-09 20:04 ` New package: limine-4.20230208.0 mintsuki
2023-02-09 20:13 ` mobinmob
2023-02-09 20:18 ` mobinmob
2023-02-09 20:20 ` mobinmob
2023-02-12  9:40 ` [PR PATCH] [Updated] " mintsuki
2023-02-13 15:37 ` [PR PATCH] [Updated] New package: limine-4.20230212.0 mintsuki
2023-02-13 15:49 ` New package: limine-4.20230212.1 mintsuki
2023-02-15 12:14 ` [PR PATCH] [Updated] New package: limine-4.20230215.0 mintsuki
2023-02-15 19:23 ` [PR PATCH] [Merged]: " Vaelatern
2023-04-01 17:39 ` fungilife
2023-04-01 17:42 ` classabbyamp

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=20230115045826.6liVLuWDjVzO2FfFDY4eLzozidq15AzrZgIXW6qgZ_s@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).