Github messages for voidlinux
 help / color / mirror / Atom feed
From: akierig <akierig@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: n-9.1.0
Date: Tue, 30 May 2023 20:56:16 +0200	[thread overview]
Message-ID: <20230530185616.sWzFgp3a7ejhK-OTISRu_oQfC8uLB-3qd0DXvtO8dNY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43666@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2023-05-30 18:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-29  6:31 [PR PATCH] " 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 ` akierig [this message]
2023-05-30 19:25 ` [PR PATCH] [Updated] " akierig
2023-06-24 12:06 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230530185616.sWzFgp3a7ejhK-OTISRu_oQfC8uLB-3qd0DXvtO8dNY@z \
    --to=akierig@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).