* [PR PATCH] New package: xcaddy-0.4.4
@ 2025-01-01 16:50 elbachir-one
2025-04-02 2:07 ` github-actions
2025-04-16 2:08 ` [PR PATCH] [Closed]: " github-actions
0 siblings, 2 replies; 4+ messages in thread
From: elbachir-one @ 2025-01-01 16:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]
There is a new pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages xcaddy
https://github.com/void-linux/void-packages/pull/53791
New package: xcaddy-0.4.4
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
Closes: #53788
A patch file from https://github.com/void-linux/void-packages/pull/53791.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcaddy-53791.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]
From 4eeca75ca170ef1a0381fb53089a231c248f1b8a Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Wed, 1 Jan 2025 17:38:46 +0100
Subject: [PATCH] New package: xcaddy-0.4.4
---
srcpkgs/xcaddy/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/xcaddy/template
diff --git a/srcpkgs/xcaddy/template b/srcpkgs/xcaddy/template
new file mode 100644
index 00000000000000..2f9b9181da5a82
--- /dev/null
+++ b/srcpkgs/xcaddy/template
@@ -0,0 +1,20 @@
+# Template file for 'xcaddy'
+pkgname=xcaddy
+version=0.4.4
+revision=1
+build_style=go
+go_import_path="github.com/caddyserver/xcaddy"
+short_desc="Build Caddy with plugins"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/caddyserver/xcaddy"
+distfiles="https://github.com/caddyserver/xcaddy/archive/refs/tags/v${version}.tar.gz"
+checksum=5ba32eec2388638cebbe1df861ea223c35074528af6a0424f07e436f07adce72
+
+do_build() {
+ go build -o xcaddy ./cmd/xcaddy
+}
+
+do_install() {
+ install -Dm755 xcaddy ${DESTDIR}/usr/bin/xcaddy
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: New package: xcaddy-0.4.4
2025-01-01 16:50 [PR PATCH] New package: xcaddy-0.4.4 elbachir-one
@ 2025-04-02 2:07 ` github-actions
2025-04-16 2:08 ` [PR PATCH] [Closed]: " github-actions
1 sibling, 0 replies; 4+ messages in thread
From: github-actions @ 2025-04-02 2:07 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/53791#issuecomment-2771100477
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: xcaddy-0.4.4
2025-01-01 16:50 [PR PATCH] New package: xcaddy-0.4.4 elbachir-one
2025-04-02 2:07 ` github-actions
@ 2025-04-16 2:08 ` github-actions
1 sibling, 0 replies; 4+ messages in thread
From: github-actions @ 2025-04-16 2:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]
There's a closed pull request on the void-packages repository
New package: xcaddy-0.4.4
https://github.com/void-linux/void-packages/pull/53791
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
Closes: #53788
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PR PATCH] New package: xcaddy-0.4.4
@ 2025-06-20 19:11 elbachir-one
0 siblings, 0 replies; 4+ messages in thread
From: elbachir-one @ 2025-06-20 19:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]
There is a new pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages xcaddy
https://github.com/void-linux/void-packages/pull/55895
New package: xcaddy-0.4.4
<!-- 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, (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/55895.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcaddy-55895.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]
From b868d634f97b38a356dd0522261d814e6ff7d46a Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Wed, 1 Jan 2025 17:38:46 +0100
Subject: [PATCH] New package: xcaddy-0.4.4
---
srcpkgs/xcaddy/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/xcaddy/template
diff --git a/srcpkgs/xcaddy/template b/srcpkgs/xcaddy/template
new file mode 100644
index 00000000000000..e2aac772495fb6
--- /dev/null
+++ b/srcpkgs/xcaddy/template
@@ -0,0 +1,20 @@
+# Template file for 'xcaddy'
+pkgname=xcaddy
+version=0.4.4
+revision=1
+build_style=go
+go_import_path="github.com/caddyserver/xcaddy"
+short_desc="Build Caddy with plugins"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/caddyserver/xcaddy"
+distfiles="https://github.com/caddyserver/xcaddy/archive/refs/tags/v${version}.tar.gz"
+checksum=5ba32eec2388638cebbe1df861ea223c35074528af6a0424f07e436f07adce72
+
+do_build() {
+ go build -o xcaddy ./cmd/xcaddy
+}
+
+do_install() {
+ install -Dm755 xcaddy ${DESTDIR}/usr/bin/xcaddy
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-20 19:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-01 16:50 [PR PATCH] New package: xcaddy-0.4.4 elbachir-one
2025-04-02 2:07 ` github-actions
2025-04-16 2:08 ` [PR PATCH] [Closed]: " github-actions
-- strict thread matches above, loose matches on Subject: below --
2025-06-20 19:11 [PR PATCH] " elbachir-one
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).