unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 74704@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>,
	Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#74704] [PATCH] gnu: Add emacs-writefreely.el.
Date: Thu,  5 Dec 2024 19:56:11 +0100	[thread overview]
Message-ID: <25a3ef902adb4c8725eb9bcc125cce05f4f29f43.1733424971.git.csantosb@inventati.org> (raw)

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

Change-Id: I6c731afeee16944b97b493a6fba66af841b324a5
---
 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 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





             reply	other threads:[~2024-12-05 18:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-05 18:56 Cayetano Santos via Guix-patches via [this message]
2024-12-23 23:41 ` bug#74704: [PATCH] gnu: Add emacs-writefreely.el Nicolas Goaziou via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25a3ef902adb4c8725eb9bcc125cce05f4f29f43.1733424971.git.csantosb@inventati.org \
    --to=guix-patches@gnu.org \
    --cc=74704@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=csantosb@inventati.org \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).