gnu: Add emacs-writefreely.

* gnu/packages/emacs-xyz.scm (emacs-writefreely): New variable.

Change-Id: I6c731afeee16944b97b493a6fba66af841b324a5
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Cayetano Santos 2024-12-05 19:56:11 +01:00 committed by Nicolas Goaziou
parent 7ca7059ccd
commit 3c7144c505
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18025,6 +18025,30 @@ in English as you type. It primarily detects \"weasel words\" and abuse of
passive voice.")
(license license:gpl3+)))
(define-public emacs-writefreely
(let ((commit "cfbba9c3a34f580f39c0796966ea76b0cf98a23e")
(revision "0"))
(package
(name "emacs-writefreely")
(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")