[PATCH] gnu: Add emacs-writefreely.el.

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal
C
C
Cayetano Santos wrote on 5 Dec 19:56 +0100
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
25a3ef902adb4c8725eb9bcc125cce05f4f29f43.1733424971.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-writefreely.el): New variable.

Change-Id: I6c731afeee16944b97b493a6fba66af841b324a5
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (38 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 11518d9e7f..020adfae94 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17990,6 +17990,29 @@ (define-public emacs-writegood-mode
passive voice.")
(license license:gpl3+)))
+(define-public emacs-writefreely.el
+ (let ((commit "cfbba9c3a34f580f39c0796966ea76b0cf98a23e")
+ (revision "0"))
+ (package
+ (name "emacs-writefreely.el")
+ (version (git-version "0.1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dangom/writefreely.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "02gy3kg28igqcg7ai8n2p19q8m4xpgp5wn34n2fwz2bjymgf9g4s"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-ox-hugo emacs-request))
+ (home-page "https://github.com/dangom/writefreely.el")
+ (synopsis "Emacs interface to the writefreely API")
+ (description
+ "This library publishes org-mode files as posts to any instance of the federated blogging platform writefreely.")
+ (license license:gpl3+))))
+
(define-public emacs-neotree
(package
(name "emacs-neotree")

base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
--
2.46.0
N
N
Nicolas Goaziou wrote 34 hours ago
(address . 74704-done@debbugs.gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
87jzbqj7b8.fsf@nicolasgoaziou.fr
Hello,

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-writefreely.el): New variable.

I changed the name of the variable to "emacs-writefreely" and applied
your patch. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74704@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74704
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch