mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7ca7059ccd
commit
3c7144c505
1 changed files with 24 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue