Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mold-1.10.1
@ 2023-03-02 22:54 subnut
  2023-03-02 22:56 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: subnut @ 2023-03-02 22:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages mold
https://github.com/void-linux/void-packages/pull/42559

New package: mold-1.10.1
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-glibc)
<!--
- 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/42559.patch is attached

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

From 816c06d002526e5f0e2c9cb0399a9ed0d131a4ae Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Fri, 3 Mar 2023 04:17:43 +0530
Subject: [PATCH] New package: mold-1.10.1

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

diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
new file mode 100644
index 000000000000..977342a127ca
--- /dev/null
+++ b/srcpkgs/mold/template
@@ -0,0 +1,17 @@
+# Template file for 'mold'
+pkgname=mold
+version=1.10.1
+revision=1
+build_style=cmake
+hostmakedepends="make"
+makedepends="openssl-devel zlib-devel"
+short_desc="Faster drop-in replacement for existing UNIX linkers"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/rui314/mold"
+distfiles="https://github.com/rui314/mold/archive/refs/tags/v1.10.1.tar.gz"
+checksum=19e4aa16b249b7e6d2e0897aa1843a048a0780f5c76d8d7e643ab3a4be1e4787
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: mold-1.10.1
  2023-03-02 22:54 [PR PATCH] New package: mold-1.10.1 subnut
@ 2023-03-02 22:56 ` classabbyamp
  2023-03-02 23:00 ` subnut
  2023-03-02 23:00 ` [PR PATCH] [Closed]: " subnut
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-02 22:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42559#issuecomment-1452678643

Comment:
why open a new pr? #37688 

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

* Re: New package: mold-1.10.1
  2023-03-02 22:54 [PR PATCH] New package: mold-1.10.1 subnut
  2023-03-02 22:56 ` classabbyamp
@ 2023-03-02 23:00 ` subnut
  2023-03-02 23:00 ` [PR PATCH] [Closed]: " subnut
  2 siblings, 0 replies; 4+ messages in thread
From: subnut @ 2023-03-02 23:00 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/42559#issuecomment-1452685737

Comment:
Ah sorry, PR was created automatically due to a typo in my shell function.

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

* Re: [PR PATCH] [Closed]: New package: mold-1.10.1
  2023-03-02 22:54 [PR PATCH] New package: mold-1.10.1 subnut
  2023-03-02 22:56 ` classabbyamp
  2023-03-02 23:00 ` subnut
@ 2023-03-02 23:00 ` subnut
  2 siblings, 0 replies; 4+ messages in thread
From: subnut @ 2023-03-02 23:00 UTC (permalink / raw)
  To: ml

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

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

New package: mold-1.10.1
https://github.com/void-linux/void-packages/pull/42559

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-03-02 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 22:54 [PR PATCH] New package: mold-1.10.1 subnut
2023-03-02 22:56 ` classabbyamp
2023-03-02 23:00 ` subnut
2023-03-02 23:00 ` [PR PATCH] [Closed]: " subnut

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