Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fnm-1.35.1
@ 2024-04-05 12:13 heppu
  2024-04-05 18:30 ` [PR PATCH] [Updated] " heppu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: heppu @ 2024-04-05 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heppu/void-packages new-pkg/fnm
https://github.com/void-linux/void-packages/pull/49718

New package: fnm-1.35.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture: x86_64
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv6hf-musl
  - armv6hf
  - armv6l-musl
  - armv6l
  - armv7hf-musl
  - armv7hf
  - armv7l-musl
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg/fnm-49718.patch --]
[-- Type: text/x-diff, Size: 1261 bytes --]

From e88cbd164bc8334251f8ec9e6e2b82c601c00e22 Mon Sep 17 00:00:00 2001
From: Henri Koski <henri.t.koski@gmail.com>
Date: Fri, 5 Apr 2024 14:25:05 +0300
Subject: [PATCH] New package: fnm-1.35.1

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

diff --git a/srcpkgs/fnm/template b/srcpkgs/fnm/template
new file mode 100644
index 00000000000000..a286505d58dd9c
--- /dev/null
+++ b/srcpkgs/fnm/template
@@ -0,0 +1,23 @@
+# Template file for 'fnm'
+pkgname=fnm
+version=1.35.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libzstd-devel"
+short_desc="Fast and simple Node.js version manager, built in Rust"
+maintainer="Henri Koski <henri.t.koski@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/Schniz/fnm"
+changelog="https://raw.githubusercontent.com/Schniz/fnm/master/CHANGELOG.md"
+distfiles="https://github.com/Schniz/fnm/archive/refs/tags/v${version}.tar.gz"
+checksum=df0f010f20e6072a8a52365f195cc94c35ebaf486cc285948e10eabf768d17ba
+
+post_install() {
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/fnm completions --shell ${shell} > fnm.${shell}
+		vcompletion fnm.${shell} ${shell}
+	done
+}
+

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

* Re: [PR PATCH] [Updated] New package: fnm-1.35.1
  2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
@ 2024-04-05 18:30 ` heppu
  2024-04-07 11:11 ` heppu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: heppu @ 2024-04-05 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heppu/void-packages new-pkg/fnm
https://github.com/void-linux/void-packages/pull/49718

New package: fnm-1.35.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture: x86_64
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv6hf-musl
  - armv6hf
  - armv6l-musl
  - armv6l
  - armv7hf-musl
  - armv7hf
  - armv7l-musl
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg/fnm-49718.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]

From e80b3274fe392e94b40ed3a58cb92138c413208c Mon Sep 17 00:00:00 2001
From: Henri Koski <henri.t.koski@gmail.com>
Date: Fri, 5 Apr 2024 14:25:05 +0300
Subject: [PATCH] New package: fnm-1.35.1

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

diff --git a/srcpkgs/fnm/template b/srcpkgs/fnm/template
new file mode 100644
index 00000000000000..f88f3c763d9684
--- /dev/null
+++ b/srcpkgs/fnm/template
@@ -0,0 +1,22 @@
+# Template file for 'fnm'
+pkgname=fnm
+version=1.35.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libzstd-devel"
+short_desc="Fast and simple Node.js version manager, built in Rust"
+maintainer="Henri Koski <henri.t.koski@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Schniz/fnm"
+changelog="https://raw.githubusercontent.com/Schniz/fnm/master/CHANGELOG.md"
+distfiles="https://github.com/Schniz/fnm/archive/refs/tags/v${version}.tar.gz"
+checksum=df0f010f20e6072a8a52365f195cc94c35ebaf486cc285948e10eabf768d17ba
+
+post_install() {
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/fnm completions --shell ${shell} > fnm.${shell}
+		vcompletion fnm.${shell} ${shell}
+	done
+}

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

* Re: New package: fnm-1.35.1
  2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
  2024-04-05 18:30 ` [PR PATCH] [Updated] " heppu
@ 2024-04-07 11:11 ` heppu
  2024-04-07 11:37 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: heppu @ 2024-04-07 11:11 UTC (permalink / raw)
  To: ml

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

New comment by heppu on void-packages repository

https://github.com/void-linux/void-packages/pull/49718#issuecomment-2041432770

Comment:
@classabbyamp Fixed the linting errors.

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

* Re: New package: fnm-1.35.1
  2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
  2024-04-05 18:30 ` [PR PATCH] [Updated] " heppu
  2024-04-07 11:11 ` heppu
@ 2024-04-07 11:37 ` classabbyamp
  2024-04-07 14:01 ` heppu
  2024-05-20  6:10 ` [PR PATCH] [Updated] " heppu
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-04-07 11:37 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49718#issuecomment-2041439813

Comment:
please don't ping me on PRs I'm not already involved in 

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

* Re: New package: fnm-1.35.1
  2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
                   ` (2 preceding siblings ...)
  2024-04-07 11:37 ` classabbyamp
@ 2024-04-07 14:01 ` heppu
  2024-05-20  6:10 ` [PR PATCH] [Updated] " heppu
  4 siblings, 0 replies; 6+ messages in thread
From: heppu @ 2024-04-07 14:01 UTC (permalink / raw)
  To: ml

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

New comment by heppu on void-packages repository

https://github.com/void-linux/void-packages/pull/49718#issuecomment-2041480754

Comment:
Oh, I'm sorry. I thought it was you who allowed the workflow to be executed.

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

* Re: [PR PATCH] [Updated] New package: fnm-1.35.1
  2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
                   ` (3 preceding siblings ...)
  2024-04-07 14:01 ` heppu
@ 2024-05-20  6:10 ` heppu
  4 siblings, 0 replies; 6+ messages in thread
From: heppu @ 2024-05-20  6:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heppu/void-packages new-pkg/fnm
https://github.com/void-linux/void-packages/pull/49718

New package: fnm-1.35.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture: x86_64
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv6hf-musl
  - armv6hf
  - armv6l-musl
  - armv6l
  - armv7hf-musl
  - armv7hf
  - armv7l-musl
  - armv7l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg/fnm-49718.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]

From f764ad370c0c1f3e70402cc75d6d197bd0b12836 Mon Sep 17 00:00:00 2001
From: Henri Koski <henri.t.koski@gmail.com>
Date: Fri, 5 Apr 2024 14:25:05 +0300
Subject: [PATCH] New package: fnm-1.35.1

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

diff --git a/srcpkgs/fnm/template b/srcpkgs/fnm/template
new file mode 100644
index 00000000000000..f88f3c763d9684
--- /dev/null
+++ b/srcpkgs/fnm/template
@@ -0,0 +1,22 @@
+# Template file for 'fnm'
+pkgname=fnm
+version=1.35.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libzstd-devel"
+short_desc="Fast and simple Node.js version manager, built in Rust"
+maintainer="Henri Koski <henri.t.koski@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Schniz/fnm"
+changelog="https://raw.githubusercontent.com/Schniz/fnm/master/CHANGELOG.md"
+distfiles="https://github.com/Schniz/fnm/archive/refs/tags/v${version}.tar.gz"
+checksum=df0f010f20e6072a8a52365f195cc94c35ebaf486cc285948e10eabf768d17ba
+
+post_install() {
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/fnm completions --shell ${shell} > fnm.${shell}
+		vcompletion fnm.${shell} ${shell}
+	done
+}

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

end of thread, other threads:[~2024-05-20  6:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05 12:13 [PR PATCH] New package: fnm-1.35.1 heppu
2024-04-05 18:30 ` [PR PATCH] [Updated] " heppu
2024-04-07 11:11 ` heppu
2024-04-07 11:37 ` classabbyamp
2024-04-07 14:01 ` heppu
2024-05-20  6:10 ` [PR PATCH] [Updated] " heppu

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