unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74988] Add node-eask-cli: 0.10.2
@ 2024-12-20  0:01 Jen-Chieh Shen
  0 siblings, 0 replies; only message in thread
From: Jen-Chieh Shen @ 2024-12-20  0:01 UTC (permalink / raw)
  To: 74988


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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-20  0:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20  0:01 [bug#74988] Add node-eask-cli: 0.10.2 Jen-Chieh Shen

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