all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47002] [PATCH] gnu: Add emacs-ox-gemini.
@ 2021-03-08  9:41 Xinglu Chen
  2021-03-13 11:10 ` bug#47002: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-03-08  9:41 UTC (permalink / raw)
  To: 47002

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 960a5668ca..08e84a245c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23892,6 +23892,30 @@ 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-gemini
+  ;; No releases yet
+  (let ((commit "d88c10bcb10fc463fa5a2f6e29c8c94b75a314c0")
+        (revision "0"))
+    (package
+      (name "emacs-ox-gemini")
+      (version (git-version "2021-01-02" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://git.sr.ht/~abrahms/ox-gemini")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1f8kbg5vjd1k7fak3v56b77yk612j6vmzx4xzx3m2vq3f0nyxq29"))))
+      (build-system emacs-build-system)
+      (home-page "https://sr.ht/~abrahms/ox-gemini")
+      (synopsis "Export Org files in Gemini format")
+      (description "@code{ox-gemini} adds support for exporting Org files in
+Gemini format.  Many things were taken from the Ascii exporter, from which
+@code{ox-gemini} derives.")
+      (license license:gpl3+))))
+
 (define-public emacs-ox-hugo
   (package
     (name "emacs-ox-hugo")

base-commit: a4640f40fb155b37282450da1b12caa2c705eb50
-- 
2.30.0






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

* bug#47002: [PATCH] gnu: Add emacs-ox-gemini.
  2021-03-08  9:41 [bug#47002] [PATCH] gnu: Add emacs-ox-gemini Xinglu Chen
@ 2021-03-13 11:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-03-13 11:10 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 47002-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

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

Applied. Thank you.

> +(define-public emacs-ox-gemini
> +  ;; No releases yet
> +  (let ((commit "d88c10bcb10fc463fa5a2f6e29c8c94b75a314c0")
> +        (revision "0"))
> +    (package
> +      (name "emacs-ox-gemini")
> +      (version (git-version "2021-01-02" revision commit))

I fixed the version, which is "0", not the date of the last commit.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-03-13 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08  9:41 [bug#47002] [PATCH] gnu: Add emacs-ox-gemini Xinglu Chen
2021-03-13 11:10 ` bug#47002: " 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.