Github messages for voidlinux
 help / color / mirror / Atom feed
From: prez <prez@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: xmake-2.6.5
Date: Sat, 30 Apr 2022 23:49:55 +0200	[thread overview]
Message-ID: <20220430214955.53HyX-iXsaTRu98z_XuMxgE3wQfw5IVlLe2ug5Xd4gs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36927@inbox.vuxu.org>

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

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

https://github.com/prez/void-packages xmake
https://github.com/void-linux/void-packages/pull/36927

New package: xmake-2.6.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/36927.patch is attached

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

From cd029fdbbcac2c3e3fbb5836aa15df638be5bbc6 Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sat, 30 Apr 2022 23:18:08 +0200
Subject: [PATCH] New package: xmake-2.6.5

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

diff --git a/srcpkgs/xmake/template b/srcpkgs/xmake/template
new file mode 100644
index 000000000000..36f8d9b85b93
--- /dev/null
+++ b/srcpkgs/xmake/template
@@ -0,0 +1,22 @@
+# Template file for 'xmake'
+pkgname=xmake
+version=2.6.5
+revision=1
+create_wrksrc=yes
+build_style=gnu-makefile
+make_build_args="BUILD_ARCH=${XBPS_TARGET_MACHINE}"
+short_desc="Cross-platform build utility based on Lua"
+maintainer="prez <prez@national.shitposting.agency>"
+license="Apache-2.0"
+homepage="https://xmake.io/"
+distfiles="https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"
+checksum=868f109f660d3f42d8f67aad71b8075b7c3b606d7529956bfc94ad052bb8c1bd
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends="libatomic-devel"
+	LDFLAGS="-latomic"
+fi
+
+pre_build() {
+	export LD="$CC"
+}

  parent reply	other threads:[~2022-04-30 21:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-30 21:21 [PR PATCH] " prez
2022-04-30 21:40 ` [PR PATCH] [Updated] " prez
2022-04-30 21:49 ` prez [this message]
2022-04-30 21:58 ` prez
2022-07-31  2:14 ` github-actions
2022-07-31 10:47 ` [PR PATCH] [Updated] " prez
2022-07-31 10:48 ` New package: xmake-2.6.9 prez
2022-10-31  2:14 ` github-actions
2022-10-31 18:23 ` [PR PATCH] [Updated] " prez
2023-01-31  2:01 ` New package: xmake-2.7.2 github-actions
2023-02-09 23:12 ` Cons-Cat
2023-05-12  1:50 ` github-actions
2023-05-26  1:53 ` [PR PATCH] [Closed]: " github-actions

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=20220430214955.53HyX-iXsaTRu98z_XuMxgE3wQfw5IVlLe2ug5Xd4gs@z \
    --to=prez@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).