guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add emacs-ox-haunt.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-ox-haunt.
Date: Sat, 13 Mar 2021 06:13:36 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3392006  gnu: Add emacs-ox-haunt.
3392006 is described below

commit 339200699fc32ec31372c828bb98a38f7b460c1a
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Mar 13 12:13:03 2021 +0100

    gnu: Add emacs-ox-haunt.
    
    * gnu/packages/emacs-xyz.scm (emacs-ox-haunt): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e559ab0..cb0cfcd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23958,6 +23958,27 @@ format.  Many things were taken from the ASCII 
exporter, from which
 @code{ox-gemini} derives.")
       (license license:gpl3+))))
 
+(define-public emacs-ox-haunt
+  (package
+    (name "emacs-ox-haunt")
+    (version "0.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~jakob/ox-haunt";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1rs1n228c2fmpvirc57bqgf2616ijpphkgf4w9ln5j46snmkam25"))))
+    (build-system emacs-build-system)
+    (home-page "https://git.sr.ht/~jakob/ox-haunt";)
+    (synopsis "Export Org files to HTML appropriate for Haunt")
+    (description
+     "This library implements an HTML back-end for the Org generic exporter,
+producing output appropriate for Haunt's @code{html-reader}.")
+    (license license:gpl3+)))
+
 (define-public emacs-ox-hugo
   (package
     (name "emacs-ox-hugo")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]