all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46133] [PATCH] gnu: Add emacs-templatel.
@ 2021-01-27 16:17 Michael Rohleder
  2021-01-27 20:19 ` bug#46133: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-01-27 16:17 UTC (permalink / raw)
  To: 46133

* gnu/packages/emacs-xyz.scm (emacs-templatel): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8e87f88663..ad1e7ff050 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9366,6 +9366,28 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
     (home-page "http://web-mode.org/")
     (license license:gpl3+)))
 
+(define-public emacs-templatel
+  (package
+    (name "emacs-templatel")
+    (version "0.1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/clarete/templatel")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1k33h503038l2bcr8gs020z2cjxfs94lamkdgv52cvd9i20d0kqq"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/clarete/templatel")
+    (synopsis "Jinja inspired template language for Emacs Lisp")
+    (description "A modern templating language for Emacs-Lisp. Inspired on
+Jinja, templatel brings a high level language for expanding variables with
+conditional and loop control flow structures.")
+    (license license:gpl3+)))
+
 (define-public emacs-wgrep
   (package
     (name "emacs-wgrep")
-- 
2.30.0





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

* bug#46133: [PATCH] gnu: Add emacs-templatel.
  2021-01-27 16:17 [bug#46133] [PATCH] gnu: Add emacs-templatel Michael Rohleder
@ 2021-01-27 20:19 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-01-27 20:19 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 46133-done

Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-templatel): New variable.

Thank you.

I fixed home-page, using <https://clarete.li/templatel/> instead of
GitHub, and description (use complete sentences, and two spaces after
full stop).

Patch applied.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-01-27 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 16:17 [bug#46133] [PATCH] gnu: Add emacs-templatel Michael Rohleder
2021-01-27 20:19 ` bug#46133: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.