Github messages for voidlinux
 help / color / mirror / Atom feed
From: MIvanchev <MIvanchev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: nblood-r14044
Date: Wed, 29 May 2024 12:45:03 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50582@inbox.vuxu.org> (raw)

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

There is a new pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages nblood
https://github.com/void-linux/void-packages/pull/50582

New package: nblood-r14044
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


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

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

From fbc8a12aa0d99afce1dcc1dcdcdfe177d6b4d6ef Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Wed, 29 May 2024 09:52:04 +0200
Subject: [PATCH] New package: nblood-r14044

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

diff --git a/srcpkgs/nblood/template b/srcpkgs/nblood/template
new file mode 100644
index 00000000000000..193e66320be91a
--- /dev/null
+++ b/srcpkgs/nblood/template
@@ -0,0 +1,33 @@
+# Template file for 'nblood'
+pkgname=nblood
+version=r14044
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config nasm $(vopt_if setup_window gdk-pixbuf-devel)"
+makedepends="MesaLib-devel glu-devel libvpx-devel SDL2-devel libflac-devel libvorbis-devel alsa-lib-devel"
+short_desc="Reverse-engineered ports of Build games using EDuke32 engine technology"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-2.0-only, custom:BUILD"
+homepage="https://github.com/nukeykt/NBlood.git"
+distfiles="https://github.com/nukeykt/NBlood/archive/refs/tags/${version}.tar.gz"
+checksum=7c2fb8c9e63c8faa32a89845e187f292c41c0aee554e5f547892bcf5e901bcf0
+repository=nonfree
+restricted=yes
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) makedepends+=" libexecinfo-devel" ;;
+esac
+
+post_extract() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl) vsed -i 's/LIBS :=/\0 -lexecinfo/' Common.mak ;;
+	esac
+}
+
+do_install() {
+	vinstall nblood
+	vmkdir /usr/share/games
+	vmkdir /usr/share/games/nblood
+	vcopy nblood.pk3 /usr/share/games/nblood
+	vlicense package/common/buildlic.txt
+}

             reply	other threads:[~2024-05-29 10:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29 10:45 MIvanchev [this message]
2024-05-29 10:47 ` [PR PATCH] [Updated] " MIvanchev
2024-05-29 10:55 ` MIvanchev
2024-05-29 11:01 ` MIvanchev
2024-05-29 11:13 ` MIvanchev
2024-05-29 11:32 ` MIvanchev

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-50582@inbox.vuxu.org \
    --to=mivanchev@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).