From: Jen-Chieh Shen <jcs090218@gmail.com>
To: 74988@debbugs.gnu.org
Subject: [bug#74988] Add node-eask-cli: 0.10.2
Date: Thu, 19 Dec 2024 16:01:36 -0800 [thread overview]
Message-ID: <CAMiGhTPqMxc-0E5SC5kACiiHKTuJ_AGsdUP06=YHvK-KXr_=8Q@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 192 bytes --]
Hi, Guix Team!
This is my first contribution to Guix; therefore, I'm very new to it.
I've attached the patch to this email; let me know if I have done anything
wrong.
Thanks,
Jen-Chieh Shen
[-- Attachment #1.2: Type: text/html, Size: 239 bytes --]
[-- Attachment #2: 0001-Add-node-eask-cli-0.10.2.patch --]
[-- Type: application/octet-stream, Size: 1728 bytes --]
From fa5e8a3a375070581fe35383b3959226ab0e0523 Mon Sep 17 00:00:00 2001
From: JenChieh <jcs090218@gmail.com>
Date: Thu, 19 Dec 2024 15:55:39 -0800
Subject: [PATCH] Add node-eask-cli: 0.10.2
---
gnu/packages/node-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index e98eda2a01..8e38d27938 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2021 Dhruvin Gandhi <contact@dhruvin.dev>
;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Jelle Licht <jlicht@fsfe.org>
+;;; Copyright © 2024 Jen-Chieh Shen <jcs090218@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -353,6 +354,28 @@ (define-public node-debug
a more fine-grained manner by binding the @env{DEBUG} variable.")
(license license:expat)))
+(define-public node-eask-cli
+ (package
+ (name "node-eask-cli")
+ (version "0.10.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-eask/cli")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1li618smw62xkz4h51accxskdpmg7agj9pvvlzll5kw4sahck9hv"))))
+ (build-system node-build-system)
+ (arguments '(#:tests? #f)) ; No tests.
+ (home-page "https://github.com/emacs-eask/cli")
+ (synopsis "Elisp Package Manager")
+ (description "CLI for building, running, testing, and managing
+your Emacs Lisp dependencies")
+ (license license:gpl3+)))
+
(define-public node-env-variable
(package
(name "node-env-variable")
--
2.47.1.windows.1
reply other threads:[~2024-12-20 0:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAMiGhTPqMxc-0E5SC5kACiiHKTuJ_AGsdUP06=YHvK-KXr_=8Q@mail.gmail.com' \
--to=jcs090218@gmail.com \
--cc=74988@debbugs.gnu.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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).