Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: limine-3.0.1
@ 2022-04-13  1:56 mintsuki
  2022-04-13  2:08 ` [PR PATCH] [Updated] " mintsuki
  2022-04-13  4:20 ` [PR PATCH] [Closed]: " mintsuki
  0 siblings, 2 replies; 3+ messages in thread
From: mintsuki @ 2022-04-13  1:56 UTC (permalink / raw)
  To: ml

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

There is a new 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/36664

New package: limine-3.0.1
#### 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/36664.patch is attached

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

From fe3377d87255b4e343c490481023290e432a44de Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Wed, 13 Apr 2022 03:38:19 +0200
Subject: [PATCH] New package: limine-3.0.1

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
new file mode 100644
index 000000000000..96e95e4012aa
--- /dev/null
+++ b/srcpkgs/limine/template
@@ -0,0 +1,27 @@
+# Template file for 'limine'
+pkgname=limine
+version=3.0.1
+revision=1
+archs="x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="mtools nasm"
+#makedepends=""
+#depends=""
+short_desc="Advanced x86/x86_64 BIOS/UEFI bootloader"
+maintainer="Mintsuki <mintsuki@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://limine-bootloader.org"
+#changelog=""
+distfiles="https://limine-bootloader.org/files/limine/limine-${version}.tar.gz"
+checksum=2755e42e920b54ed0ea83deaf2821a909552c72f9d8a9129c9c562d789b8844c
+
+do_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: limine-3.0.1
  2022-04-13  1:56 [PR PATCH] New package: limine-3.0.1 mintsuki
@ 2022-04-13  2:08 ` mintsuki
  2022-04-13  4:20 ` [PR PATCH] [Closed]: " mintsuki
  1 sibling, 0 replies; 3+ messages in thread
From: mintsuki @ 2022-04-13  2:08 UTC (permalink / raw)
  To: ml

[-- 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/36664

New package: limine-3.0.1
#### 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/36664.patch is attached

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

From a26b0bef8eb161c992b2c2bd05f97c9f164db052 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Wed, 13 Apr 2022 04:08:52 +0200
Subject: [PATCH] New package: limine-3.0.1

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
new file mode 100644
index 000000000000..d7341ce179ce
--- /dev/null
+++ b/srcpkgs/limine/template
@@ -0,0 +1,27 @@
+# Template file for 'limine'
+pkgname=limine
+version=3.0.1
+revision=1
+archs="x86_64 x86_64-musl"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="mtools nasm"
+#makedepends=""
+#depends=""
+short_desc="Advanced x86/x86_64 BIOS/UEFI bootloader"
+maintainer="Mintsuki <mintsuki@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://limine-bootloader.org"
+#changelog=""
+distfiles="https://limine-bootloader.org/files/limine/limine-${version}.tar.gz"
+checksum=2755e42e920b54ed0ea83deaf2821a909552c72f9d8a9129c9c562d789b8844c
+
+do_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Closed]: New package: limine-3.0.1
  2022-04-13  1:56 [PR PATCH] New package: limine-3.0.1 mintsuki
  2022-04-13  2:08 ` [PR PATCH] [Updated] " mintsuki
@ 2022-04-13  4:20 ` mintsuki
  1 sibling, 0 replies; 3+ messages in thread
From: mintsuki @ 2022-04-13  4:20 UTC (permalink / raw)
  To: ml

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

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

New package: limine-3.0.1
https://github.com/void-linux/void-packages/pull/36664

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


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

end of thread, other threads:[~2022-04-13  4:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13  1:56 [PR PATCH] New package: limine-3.0.1 mintsuki
2022-04-13  2:08 ` [PR PATCH] [Updated] " mintsuki
2022-04-13  4:20 ` [PR PATCH] [Closed]: " mintsuki

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