mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add emacs-templatel.
* gnu/packages/emacs-xyz.scm (emacs-templatel): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
046474c5a8
commit
2c24aa2720
1 changed files with 22 additions and 0 deletions
|
@ -9366,6 +9366,28 @@ (define-public emacs-web-mode
|
|||
(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://clarete.li/templatel")
|
||||
(synopsis "Jinja inspired template language for Emacs Lisp")
|
||||
(description
|
||||
"templatel is the modern templating language. It provides variable
|
||||
substitution and control flow through a clean and powerful language inspired
|
||||
by Python's Jinja.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-wgrep
|
||||
(package
|
||||
(name "emacs-wgrep")
|
||||
|
|
Loading…
Reference in a new issue