Github messages for voidlinux
 help / color / mirror / Atom feed
From: basicfunc <basicfunc@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New Package: mold-1.0.3
Date: Mon, 21 Feb 2022 07:49:21 +0100	[thread overview]
Message-ID: <20220221064921.UNJI2T8vOv_2Oay-fdO931mOnhD_BKNmKApbQT75Sxg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35361@inbox.vuxu.org>

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

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

https://github.com/basicfunc/void-packages mold
https://github.com/void-linux/void-packages/pull/35361

New Package: mold-1.0.3
#### 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

This PR is continuation of [PR 35305](https://github.com/void-linux/void-packages/pull/35305) as I really messed up things.

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

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

From ab7ac2ce11f2ba06d44722f2aa52e8dae652e500 Mon Sep 17 00:00:00 2001
From: Rahul <basicfunc@gmail.com>
Date: Thu, 3 Feb 2022 01:35:52 +0530
Subject: [PATCH 1/2] New Package: mold-1.0.3

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

diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
new file mode 100644
index 000000000000..44bcf3660c2e
--- /dev/null
+++ b/srcpkgs/mold/template
@@ -0,0 +1,23 @@
+# Template file for 'mold'
+pkgname=mold
+version=1.0.3
+revision=1
+archs="x86_64 x86_64-musl"
+build_style=gnu-makefile
+hostmakedepends="cmake pkg-config"
+makedepends="libstdc++-devel ripgrep openssl-devel zlib-devel"
+short_desc="High-performance drop-in replacement for existing Unix linkers"
+maintainer="Rahul <basicfunc@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/rui314/mold"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=488c12058b4c7c77bff94c6f919e40b2f12c304214e2e0d7d4833c21167837c0
+
+pre_patch() {
+    # chroot-grep is built without PCRE support, so we use ripgrep instead
+    vsed -i test/*.sh -e "s/grep -P/rg -P/;s/rg -\([a-yA-Z]*\)z/rg -\1U/"
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 646b8f878d9422b99d25555088eef29dfc676fb7 Mon Sep 17 00:00:00 2001
From: Rahul <84739019+basicfunc@users.noreply.github.com>
Date: Thu, 3 Feb 2022 12:47:15 +0530
Subject: [PATCH 2/2] Update template

---
 srcpkgs/mold/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
index 44bcf3660c2e..26457828aae2 100644
--- a/srcpkgs/mold/template
+++ b/srcpkgs/mold/template
@@ -2,7 +2,7 @@
 pkgname=mold
 version=1.0.3
 revision=1
-archs="x86_64 x86_64-musl"
+archs="x86_64*"
 build_style=gnu-makefile
 hostmakedepends="cmake pkg-config"
 makedepends="libstdc++-devel ripgrep openssl-devel zlib-devel"

  parent reply	other threads:[~2022-02-21  6:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02 20:13 [PR PATCH] " basicfunc
2022-02-02 20:20 ` [PR REVIEW] " kawaiiamber
2022-02-03  7:17 ` [PR PATCH] [Updated] " basicfunc
2022-02-03  7:17 ` [PR REVIEW] " basicfunc
2022-02-21  6:49 ` basicfunc [this message]
2022-02-21  6:50 ` [PR PATCH] [Updated] " basicfunc
2022-02-21  6:53 ` basicfunc
2022-02-21  7:00 ` kawaiiamber
2022-02-21  7:00 ` [PR REVIEW] " kawaiiamber
2022-02-21  7:01 ` kawaiiamber
2022-02-21  7:05 ` kawaiiamber
2022-02-21  7:39 ` [PR REVIEW] " basicfunc
2022-02-21  7:39 ` basicfunc
2022-02-21  7:48 ` kawaiiamber
2022-02-21  7:49 ` basicfunc
2022-02-21  7:51 ` basicfunc
2022-02-21  7:52 ` kawaiiamber
2022-02-21  8:04 ` basicfunc
2022-02-21  8:04 ` basicfunc
2022-02-21  8:14 ` kawaiiamber
2022-02-21  8:15 ` kawaiiamber
2022-02-21  9:24 ` [PR REVIEW] " basicfunc
2022-02-21  9:24 ` basicfunc
2022-02-21  9:45 ` [PR REVIEW] " kawaiiamber
2022-02-21  9:46 ` kawaiiamber
2022-02-21  9:48 ` kawaiiamber
2022-02-21  9:50 ` kawaiiamber
2022-02-21  9:52 ` kawaiiamber
2022-02-21  9:53 ` kawaiiamber
2022-02-21  9:53 ` kawaiiamber
2022-02-21  9:55 ` [PR REVIEW] " kawaiiamber
2022-02-21  9:57 ` kawaiiamber
2022-02-21  9:58 ` kawaiiamber
2022-02-21 10:00 ` kawaiiamber
2022-02-22 17:59 ` [PR REVIEW] " Chocimier
2022-02-22 18:02 ` Chocimier
  -- strict thread matches above, loose matches on Subject: below --
2022-01-31 20:04 [PR PATCH] New package: mold-1.0.3 save-buffer
2022-01-31 20:22 ` [PR PATCH] [Updated] " save-buffer
2022-01-31 20:38 ` save-buffer

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=20220221064921.UNJI2T8vOv_2Oay-fdO931mOnhD_BKNmKApbQT75Sxg@z \
    --to=basicfunc@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).