GNU bug report logs -
#61084
[PATCH] gnu: Add emacs-clj-deps-new.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Thu, 26 Jan 2023 19:58:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 61084 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-clj-deps-new): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dc378581f5..0d3316e6a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11688,6 +11688,33 @@ (define-public emacs-clojure-mode
It is recommended to use @code{clojure-mode} with Paredit or Smartparens.")
(license license:gpl3+)))
+(define-public emacs-clj-deps-new
+ (let ((version "1.1")
+ (commit "e1cf65eb040f5a2e9a3eca970044ba71cc53fb27")
+ (revision "0"))
+ (package
+ (name "emacs-clj-deps-new")
+ (version (git-version version revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jpe90/emacs-clj-deps-new")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "03db3l5klc20wgdaj44scgjfi2mha85bip07ls6pwbi039ls7rvx"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-transient))
+ (home-page "https://github.com/jpe90/emacs-clj-deps-new")
+ (synopsis "Create Clojure projects from templates")
+ (description
+ "This is a small wrapper around the
+@uref{https://github.com/seancorfield/deps-new, deps-new} and
+@uref{https://github.com/seancorfield/clj-new, clj-new} tools for creating
+Clojure projects from templates.")
+ (license license:gpl3))))
+
(define-public emacs-clj-refactor
(package
(name "emacs-clj-refactor")
--
2.38.1
--
Best regards,
conses
This bug report was last modified 2 years and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.