Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: mold-1.0.3
@ 2022-02-02 20:13 basicfunc
  2022-02-02 20:20 ` [PR REVIEW] " kawaiiamber
                   ` (34 more replies)
  0 siblings, 35 replies; 38+ messages in thread
From: basicfunc @ 2022-02-02 20:13 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1249 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] 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
+}

^ permalink raw reply	[flat|nested] 38+ messages in thread
* [PR PATCH] New package: mold-1.0.3
@ 2022-01-31 20:04 save-buffer
  2022-02-02  9:38 ` [PR REVIEW] " kawaiiamber
  2022-02-02  9:39 ` kawaiiamber
  0 siblings, 2 replies; 38+ messages in thread
From: save-buffer @ 2022-01-31 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/save-buffer/void-packages sasha_mold
https://github.com/void-linux/void-packages/pull/35337

New package: mold-1.0.3
<!-- 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**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c237a9322229ac240ff58cdbe14b9cc2d27434fc Mon Sep 17 00:00:00 2001
From: Sasha Krassovsky <krassovskysasha@gmail.com>
Date: Mon, 31 Jan 2022 12:00:44 -0800
Subject: [PATCH] New package: mold-1.0.3

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

diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
new file mode 100644
index 000000000000..5f1a11d1fffd
--- /dev/null
+++ b/srcpkgs/mold/template
@@ -0,0 +1,20 @@
+# Template file for 'mold'
+pkgname=mold
+version=1.0.3
+revision=1
+arches="x86_64"
+worksrc=mold-${version}
+build_style=gnu-makefile
+hostmakedepends="make cmake pkg-config"
+makedepends="openssl-devel xxHash-devel zlib-devel libstdc++-devel"
+short_desc="High performance linker"
+maintainer="Sasha Krassovsky <krassovskysasha@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/rui314/mold"
+distfiles="https://github.com/rui314/mold/archive/refs/tags/v1.0.3.tar.gz"
+checksum="488c12058b4c7c77bff94c6f919e40b2f12c304214e2e0d7d4833c21167837c0"
+
+make_cmd() {
+	make -j${makejobs}
+}
+

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

end of thread, other threads:[~2022-02-22 18:02 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 20:13 [PR PATCH] New Package: mold-1.0.3 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 ` [PR PATCH] [Updated] " basicfunc
2022-02-21  6:50 ` 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-02-02  9:38 ` [PR REVIEW] " kawaiiamber
2022-02-02  9:39 ` kawaiiamber

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