From: Mattia Bunel via Guix-patches via <guix-patches@gnu.org>
To: 74051@debbugs.gnu.org
Cc: Mattia Bunel <mattia.bunel@ehess.fr>,
Mattia Bunel <mattia.bunel@ehess.fr>,
Nicolas Goaziou <mail@nicolasgoaziou.fr>,
Cayetano Santos <csantosb@inventati.org>
Subject: [bug#74051] [PATCH v2] gnu: Add emacs-weblorg.
Date: Fri, 29 Nov 2024 16:43:11 +0100 [thread overview]
Message-ID: <20241129154312.63718-1-mattia.bunel@ehess.fr> (raw)
In-Reply-To: <9eb86d322b0944948b166e17a48a3adf9c197996.1730054952.git.mattia.bunel@ehess.fr>
* gnu/packages/emacs-xyz.scm (emacs-weblorg): New Variable.
Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b
---
gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5ad6933dc0..3ae7a40c79 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38431,6 +38431,40 @@ (define-public emacs-org-static-blog
a @samp{date} keywords, and optionally, a @samp{filetags} keyword.")
(license license:bsd-3)))
+(define-public emacs-weblorg
+ (let ((commit "0db218bd6b2e083546d3a69a022dfb1a08900acd")
+ (revision "0"))
+ (package
+ (name "emacs-weblorg")
+ (version (git-version "0.1.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-love/weblorg")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0fijrzc96p3jkq53i65bzhmxqyg28a49n21glkzb5b21agy0cdqh"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:tests? #t
+ #:test-command #~(list "emacs"
+ "--quick"
+ "--batch"
+ "-l"
+ "t/weblorg-tests.el"
+ "-f"
+ "ert-run-tests-batch-and-exit")))
+ (propagated-inputs (list emacs-templatel))
+ (home-page "https://emacs.love/weblorg/")
+ (synopsis "Static site generator for Org mode")
+ (description "A static site generator particularly suitable for blogs,
+written in Emacs Lisp and with support for templates and themes. It requires
+no external dependencies.")
+ (license license:gpl3+))))
+
(define-public emacs-ddskk
(let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467")
(revision "0"))
base-commit: f129a6cc591817c5c51770d5b8712eeb344ba4e4
--
2.47.0
next prev parent reply other threads:[~2024-11-29 15:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-27 18:49 [bug#74051] [PATCH] gnu: Add emacs-weblorg Mattia Bunel
2024-10-27 23:18 ` Nicolas Goaziou via Guix-patches via
2024-10-28 12:08 ` Mattia Bunel
2024-10-28 15:42 ` Mattia Bunel
2024-11-12 13:45 ` [bug#74051] QA review for 74051 Cayetano Santos via Guix-patches via
2024-11-27 10:53 ` [bug#74051] [PATCH] gnu: Add emacs-weblorg Mattia Bunel via Guix-patches via
2024-11-29 9:50 ` Cayetano Santos via Guix-patches via
2024-11-29 15:41 ` Mattia Bunel via Guix-patches via
2024-11-29 15:42 ` [bug#74051] [PATCH v1] " Mattia Bunel via Guix-patches via
2024-11-29 15:43 ` Mattia Bunel via Guix-patches via [this message]
2024-11-29 15:47 ` [bug#74051] [PATCH] " Mattia Bunel via Guix-patches via
2024-11-29 20:51 ` [bug#74051] [PATCH v2] " Cayetano Santos 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=20241129154312.63718-1-mattia.bunel@ehess.fr \
--to=guix-patches@gnu.org \
--cc=74051@debbugs.gnu.org \
--cc=csantosb@inventati.org \
--cc=mail@nicolasgoaziou.fr \
--cc=mattia.bunel@ehess.fr \
/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).