guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Add emacs-ox-hugo.


From: guix-commits
Subject: 04/05: gnu: Add emacs-ox-hugo.
Date: Thu, 8 Aug 2019 14:24:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ae54a4c0ef830333dc6db88dac441dbd388b6d27
Author: Dimakakos Dimos via Guix-patches <address@hidden>
Date:   Sun Jul 21 21:22:34 2019 +0300

    gnu: Add emacs-ox-hugo.
    
    gnu/packages/emacs-xyz.scm (emacs-ox-hugo): New variable
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae5011c..a258571 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17111,6 +17111,29 @@ convert the resulting @code{.epub} to a @code{.mobi} 
file.  Needs a working
 zip utility (default is @code{zip}).")
     (license license:gpl3+)))
 
+(define-public emacs-ox-hugo
+  (package
+    (name "emacs-ox-hugo")
+    (version "0.8")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kaushalmodi/ox-hugo.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7"))))
+    (build-system emacs-build-system)
+    (home-page "https://ox-hugo.scripter.co";)
+    (synopsis "Hugo markdown back-end for Org export engine")
+    (description
+     "Ox-hugo is an Org exporter backend that exports Org to Hugo-compatible
+Markdown, Blackfriday, and also generates the front-matter in TOML or YAML
+format.")
+    (license license:gpl3+)))
+
 (define-public emacs-ox-pandoc
   (package
     (name "emacs-ox-pandoc")



reply via email to

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