Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: n-9.1.0
@ 2023-04-29  6:31 akierig
  2023-04-29  6:34 ` akierig
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: akierig @ 2023-04-29  6:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From 9b17e248566c99fd29adc38e1f5130e8eaaaf29d Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..cb4d02e3ac54
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+Set the environment variable N_PREFIX to install to a user-writable area:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..4b50abf7ee47
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,17 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
@ 2023-04-29  6:34 ` akierig
  2023-04-29  6:34 ` akierig
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  6:34 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#issuecomment-1528688668

Comment:
While not compiled per se, it is packaged by a number of package systems (including [MacPorts](https://ports.macports.org/port/n/details/) where I assumed maintainership a few months ago. it's analogous to `rbenv` which we do also package.

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

* Re: New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
  2023-04-29  6:34 ` akierig
@ 2023-04-29  6:34 ` akierig
  2023-04-29  6:37 ` akierig
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  6:34 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#issuecomment-1528688668

Comment:
While not compiled per se, it is packaged by a number of package systems (including [MacPorts](https://ports.macports.org/port/n/details/) where I assumed maintainership a few months ago). it's analogous to `rbenv` which we do also package.

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

* Re: New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
  2023-04-29  6:34 ` akierig
  2023-04-29  6:34 ` akierig
@ 2023-04-29  6:37 ` akierig
  2023-04-29  6:49 ` [PR PATCH] [Updated] " akierig
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  6:37 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#issuecomment-1528688668

Comment:
While not compiled per se, it is packaged by a number of package systems (including [MacPorts](https://ports.macports.org/port/n/details/) where I assumed maintainership a few months ago). it's analogous to `rbenv` which we do also package.

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (2 preceding siblings ...)
  2023-04-29  6:37 ` akierig
@ 2023-04-29  6:49 ` akierig
  2023-04-29  6:50 ` akierig
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  6:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From 8b880e22d9841d3cc6e523d9a03f7e579e217c4c Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..cb4d02e3ac54
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+Set the environment variable N_PREFIX to install to a user-writable area:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..1068e25ec062
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,23 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	mv bin/n ${DESTDIR}/usr/bin
+	vlicense LICENSE
+}
+
+#post_install() {
+	#vlicense LICENSE
+
+#}

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (3 preceding siblings ...)
  2023-04-29  6:49 ` [PR PATCH] [Updated] " akierig
@ 2023-04-29  6:50 ` akierig
  2023-04-29  6:52 ` akierig
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  6:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From e1245ac3f0f87b5f0b82d06644e3e210794c5dc9 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..cb4d02e3ac54
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+Set the environment variable N_PREFIX to install to a user-writable area:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..5306958d624b
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,18 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	mv bin/n ${DESTDIR}/usr/bin
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (4 preceding siblings ...)
  2023-04-29  6:50 ` akierig
@ 2023-04-29  6:52 ` akierig
  2023-04-29  7:09 ` akierig
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  6:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From b003331cd779c2039257b60afaeafd33c2023b3c Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..cb4d02e3ac54
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+Set the environment variable N_PREFIX to install to a user-writable area:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..3d17001d948d
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,18 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	mv bin/n ${DESTDIR}/usr/bin/n
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (5 preceding siblings ...)
  2023-04-29  6:52 ` akierig
@ 2023-04-29  7:09 ` akierig
  2023-04-29  7:17 ` akierig
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  7:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From 7f07e8f65628a348b2b6bac74b9fdf97175253ed Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..cb4d02e3ac54
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+Set the environment variable N_PREFIX to install to a user-writable area:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..3d6c2065c4a2
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,21 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	vbin bin/n n
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (6 preceding siblings ...)
  2023-04-29  7:09 ` akierig
@ 2023-04-29  7:17 ` akierig
  2023-05-22 18:46 ` akierig
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-04-29  7:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From a0d5dd073002be620c96d6fd6dc43dfa839dc523 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..43d261f784fb
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+You must the environment variable N_PREFIX to install to a user-writable area:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..3d6c2065c4a2
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,21 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	vbin bin/n n
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (7 preceding siblings ...)
  2023-04-29  7:17 ` akierig
@ 2023-05-22 18:46 ` akierig
  2023-05-30 18:11 ` [PR REVIEW] " mhmdanas
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-05-22 18:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From dcdb7fd0b8919bbaed5b9c9c31040085c159ef25 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..3f5a03dba066
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+You must set the environment variable N_PREFIX to install to a user-writable area. For example:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..3d6c2065c4a2
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,21 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	vbin bin/n n
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (8 preceding siblings ...)
  2023-05-22 18:46 ` akierig
@ 2023-05-30 18:11 ` mhmdanas
  2023-05-30 18:12 ` mhmdanas
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mhmdanas @ 2023-05-30 18:11 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#discussion_r1210646263

Comment:
```suggestion
	vbin bin/n
```

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

* Re: [PR REVIEW] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (9 preceding siblings ...)
  2023-05-30 18:11 ` [PR REVIEW] " mhmdanas
@ 2023-05-30 18:12 ` mhmdanas
  2023-05-30 18:39 ` paper42
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mhmdanas @ 2023-05-30 18:12 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#discussion_r1210646263

Comment:
```suggestion
	vbin bin/n
```

But why is this needed? Does the Makefile not install it?

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

* Re: [PR REVIEW] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (10 preceding siblings ...)
  2023-05-30 18:12 ` mhmdanas
@ 2023-05-30 18:39 ` paper42
  2023-05-30 18:39 ` paper42
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2023-05-30 18:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#discussion_r1210680464

Comment:
The makefile doesn't seem to respect $DESTDIR which means do_install would put it to the masterdir and not destdir.

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

* Re: [PR REVIEW] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (11 preceding siblings ...)
  2023-05-30 18:39 ` paper42
@ 2023-05-30 18:39 ` paper42
  2023-05-30 18:40 ` paper42
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2023-05-30 18:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#discussion_r1210681011

Comment:
```suggestion
	vbin bin/n n
	vdoc ${FILESDIR}/README.voidlinux
```

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

* Re: [PR REVIEW] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (12 preceding siblings ...)
  2023-05-30 18:39 ` paper42
@ 2023-05-30 18:40 ` paper42
  2023-05-30 18:40 ` paper42
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2023-05-30 18:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#discussion_r1210680464

Comment:
The makefile doesn't seem to respect $DESTDIR which means do_install would put it to the masterdir and not destdir, but the part about not having to use the second argument should be changed

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

* Re: [PR REVIEW] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (13 preceding siblings ...)
  2023-05-30 18:40 ` paper42
@ 2023-05-30 18:40 ` paper42
  2023-05-30 18:56 ` [PR PATCH] [Updated] " akierig
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2023-05-30 18:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43666#discussion_r1210680464

Comment:
The makefile doesn't seem to respect $DESTDIR which means do_install would put it to the masterdir and not destdir, but the part about not having to use the second argument is correct

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (14 preceding siblings ...)
  2023-05-30 18:40 ` paper42
@ 2023-05-30 18:56 ` akierig
  2023-05-30 19:25 ` akierig
  2023-06-24 12:06 ` [PR PATCH] [Merged]: " Duncaen
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-05-30 18:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From efb6b6eff98737fccfc42e57a1e634d4db453b0f Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..faefa91351e5
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+It is strongly recommended to set the environment variable N_PREFIX to install to a user-writable area. For example:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..3d6c2065c4a2
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,21 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	vbin bin/n n
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (15 preceding siblings ...)
  2023-05-30 18:56 ` [PR PATCH] [Updated] " akierig
@ 2023-05-30 19:25 ` akierig
  2023-06-24 12:06 ` [PR PATCH] [Merged]: " Duncaen
  17 siblings, 0 replies; 19+ messages in thread
From: akierig @ 2023-05-30 19:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n
https://github.com/void-linux/void-packages/pull/43666

New package: n-9.1.0
#### 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


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

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

From 80a7a2bfb2fd40934d40d5ea180bd737697b8095 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 29 Apr 2023 01:27:18 -0500
Subject: [PATCH] New package: n-9.1.0

---
 srcpkgs/n/files/README.voidlinux |  3 +++
 srcpkgs/n/template               | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/n/files/README.voidlinux
 create mode 100644 srcpkgs/n/template

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
new file mode 100644
index 000000000000..faefa91351e5
--- /dev/null
+++ b/srcpkgs/n/files/README.voidlinux
@@ -0,0 +1,3 @@
+It is strongly recommended to set the environment variable N_PREFIX to install to a user-writable area. For example:
+
+export N_PREFIX=$HOME/local/n
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
new file mode 100644
index 000000000000..bf63fe5a0dba
--- /dev/null
+++ b/srcpkgs/n/template
@@ -0,0 +1,22 @@
+# Template file for 'n'
+pkgname=n
+version=9.1.0
+revision=1
+build_style=gnu-makefile
+depends="curl"
+short_desc="Simple command line NodeJS version management"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/tj/n"
+changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
+distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
+checksum=48306496413c61d37eeaa0a7328a4520b1da0c42739e046f6f9242de0d0ae270
+
+do_install() {
+	vbin bin/n n
+	vdoc ${FILESDIR}/README.voidlinux
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: n-9.1.0
  2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
                   ` (16 preceding siblings ...)
  2023-05-30 19:25 ` akierig
@ 2023-06-24 12:06 ` Duncaen
  17 siblings, 0 replies; 19+ messages in thread
From: Duncaen @ 2023-06-24 12:06 UTC (permalink / raw)
  To: ml

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

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

New package: n-9.1.0
https://github.com/void-linux/void-packages/pull/43666

Description:
#### 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


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

end of thread, other threads:[~2023-06-24 12:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-29  6:31 [PR PATCH] New package: n-9.1.0 akierig
2023-04-29  6:34 ` akierig
2023-04-29  6:34 ` akierig
2023-04-29  6:37 ` akierig
2023-04-29  6:49 ` [PR PATCH] [Updated] " akierig
2023-04-29  6:50 ` akierig
2023-04-29  6:52 ` akierig
2023-04-29  7:09 ` akierig
2023-04-29  7:17 ` akierig
2023-05-22 18:46 ` akierig
2023-05-30 18:11 ` [PR REVIEW] " mhmdanas
2023-05-30 18:12 ` mhmdanas
2023-05-30 18:39 ` paper42
2023-05-30 18:39 ` paper42
2023-05-30 18:40 ` paper42
2023-05-30 18:40 ` paper42
2023-05-30 18:56 ` [PR PATCH] [Updated] " akierig
2023-05-30 19:25 ` akierig
2023-06-24 12:06 ` [PR PATCH] [Merged]: " Duncaen

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