Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: trunk-0.21.5
@ 2025-01-17 11:08 aryalaadi
  2025-01-17 11:12 ` [PR PATCH] [Updated] " aryalaadi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: aryalaadi @ 2025-01-17 11:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aryalaadi/void-packages personal
https://github.com/void-linux/void-packages/pull/54006

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


<!-- 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

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

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

From d89a4ad2e55194260c49a3d8f142d8cb0b228c04 Mon Sep 17 00:00:00 2001
From: Aaditya Aryal <aryalaadi123@gmail.com>
Date: Fri, 17 Jan 2025 16:47:10 +0545
Subject: [PATCH] New package: trunk-0.21.5

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

diff --git a/srcpkgs/trunk/template b/srcpkgs/trunk/template
new file mode 100644
index 00000000000000..b968160eb5aebb
--- /dev/null
+++ b/srcpkgs/trunk/template
@@ -0,0 +1,14 @@
+# Template file for 'trunk'
+pkgname=trunk
+version=0.21.5
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libzstd-devel"
+depends="openssl libzstd"
+short_desc="Build, bundle & ship your Rust WASM application to the web."
+maintainer="Aaditya Aryal <aryalaadi123@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/trunk-rs/trunk"
+distfiles="https://github.com/trunk-rs/trunk/archive/refs/tags/v${version}.tar.gz"
+checksum=479a26d64458600197a853cd3ad99b247c4d319a07b417c022ea626681867fa0

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

* Re: [PR PATCH] [Updated] New package: trunk-0.21.5
  2025-01-17 11:08 [PR PATCH] New package: trunk-0.21.5 aryalaadi
@ 2025-01-17 11:12 ` aryalaadi
  2025-04-18  2:06 ` github-actions
  2025-05-02  2:09 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: aryalaadi @ 2025-01-17 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aryalaadi/void-packages personal
https://github.com/void-linux/void-packages/pull/54006

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


<!-- 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

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

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

From cdf833407a8d5ea099a329333385af7276c33863 Mon Sep 17 00:00:00 2001
From: Aaditya Aryal <aryalaadi123@gmail.com>
Date: Fri, 17 Jan 2025 16:47:10 +0545
Subject: [PATCH] New package: trunk-0.21.5

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

diff --git a/srcpkgs/trunk/template b/srcpkgs/trunk/template
new file mode 100644
index 00000000000000..03dd276970ec64
--- /dev/null
+++ b/srcpkgs/trunk/template
@@ -0,0 +1,14 @@
+# Template file for 'trunk'
+pkgname=trunk
+version=0.21.5
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libzstd-devel"
+depends="openssl libzstd"
+short_desc="Build, bundle & ship your Rust WASM application to the web"
+maintainer="Aaditya Aryal <aryalaadi123@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/trunk-rs/trunk"
+distfiles="https://github.com/trunk-rs/trunk/archive/refs/tags/v${version}.tar.gz"
+checksum=479a26d64458600197a853cd3ad99b247c4d319a07b417c022ea626681867fa0

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

* Re: New package: trunk-0.21.5
  2025-01-17 11:08 [PR PATCH] New package: trunk-0.21.5 aryalaadi
  2025-01-17 11:12 ` [PR PATCH] [Updated] " aryalaadi
@ 2025-04-18  2:06 ` github-actions
  2025-05-02  2:09 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-04-18  2:06 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/54006#issuecomment-2814349782

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: trunk-0.21.5
  2025-01-17 11:08 [PR PATCH] New package: trunk-0.21.5 aryalaadi
  2025-01-17 11:12 ` [PR PATCH] [Updated] " aryalaadi
  2025-04-18  2:06 ` github-actions
@ 2025-05-02  2:09 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-05-02  2:09 UTC (permalink / raw)
  To: ml

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

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

New package: trunk-0.21.5
https://github.com/void-linux/void-packages/pull/54006

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**


<!-- 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

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

end of thread, other threads:[~2025-05-02  2:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-17 11:08 [PR PATCH] New package: trunk-0.21.5 aryalaadi
2025-01-17 11:12 ` [PR PATCH] [Updated] " aryalaadi
2025-04-18  2:06 ` github-actions
2025-05-02  2:09 ` [PR PATCH] [Closed]: " github-actions

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