unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26451: [PATCH] gnu: Add emacs-xmlgen.
@ 2017-04-11 19:54 Arun Isaac
  2017-04-12 11:42 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-04-11 19:54 UTC (permalink / raw)
  To: 26451

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index aa41e8c63..5ffad2abd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4279,3 +4279,32 @@ source file, @file{jl-encrypt.el}.")
 the associated decorations to HTML.  Output to CSS, inline CSS and
 fonts is supported.")
     (license license:gpl2+)))
+
+(define-public emacs-xmlgen
+  (package
+    (name "emacs-xmlgen")
+    (version "0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/philjackson/xmlgen/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0zay490vjby3f7455r0vydmjg7q1gwc78hilpfb0rg4gwz224z8r"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'check
+           (lambda _
+             (zero? (system* "emacs" "--batch" "-L" "."
+                             "-l" "xmlgen-test.el"
+                             "-f" "ert-run-tests-batch-and-exit")))))))
+    (home-page "https://github.com/philjackson/xmlgen")
+    (synopsis "S-expression to XML domain specific language (DSL) in elisp")
+    (description "@code{emacs-xmlgen} provides S-expression to XML
+conversion for elisp.")
+    (license license:gpl2+)))
-- 
2.12.2


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

* bug#26451: [PATCH] gnu: Add emacs-xmlgen.
  2017-04-11 19:54 bug#26451: [PATCH] gnu: Add emacs-xmlgen Arun Isaac
@ 2017-04-12 11:42 ` Ludovic Courtès
  2017-04-12 13:27   ` Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-04-12 11:42 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 26451

Arun Isaac <arunisaac@systemreboot.net> skribis:

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

[...]

> +    (description "@code{emacs-xmlgen} provides S-expression to XML
> +conversion for elisp.")

Maybe s/elisp/Emacs Lisp/ for clarity.

Otherwise LGTM, thanks!

Ludo’.

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

* bug#26451: [PATCH] gnu: Add emacs-xmlgen.
  2017-04-12 11:42 ` Ludovic Courtès
@ 2017-04-12 13:27   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2017-04-12 13:27 UTC (permalink / raw)
  To: 26451-done


> Maybe s/elisp/Emacs Lisp/ for clarity.
>
> Otherwise LGTM, thanks!

Pushed with changes!

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

end of thread, other threads:[~2017-04-12 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 19:54 bug#26451: [PATCH] gnu: Add emacs-xmlgen Arun Isaac
2017-04-12 11:42 ` Ludovic Courtès
2017-04-12 13:27   ` Arun Isaac

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