* [bug#38018] [PATCH] gnu: Add emacs-leaf
@ 2019-11-01 11:46 Leo Prikler
2019-11-04 9:13 ` Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Leo Prikler @ 2019-11-01 11:46 UTC (permalink / raw)
To: 38018
* gnu/packages/emacs-xyz: (emacs-leaf): New variable.
---
gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6f584f72b7..0b206121b2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8959,6 +8959,36 @@ configuration in your @file{.emacs} file in a way that is both
performance-oriented and tidy.")
(license license:gpl2+)))
+(define-public emacs-leaf
+ (package
+ (name "emacs-leaf")
+ (version "3.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/conao3/leaf.el.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1rgd59146wad92yc64las0qgx67k2ifgsw1vwhp40xvkd7kb0r6d"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/conao3/leaf.el")
+ (arguments
+ `(#:tests? #t
+ #:test-command '("emacs" "--batch"
+ "-l" "leaf-tests.el"
+ "-f" "cort-test-run")))
+ (synopsis
+ "Simplify your init.el configuration, extended use-package")
+ (description
+ "Provides macros that allow you to declaratively configure settings typical
+of an Elisp package with various keywords. The syntax is similar, but not
+identical to use-package -- overall, leaf aims at a cleaner and more predictable
+implementation.")
+ (license license:agpl3+)))
+
(define-public emacs-strace-mode
(let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
(revision "1"))
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#38018] [PATCH] gnu: Add emacs-leaf
2019-11-01 11:46 [bug#38018] [PATCH] gnu: Add emacs-leaf Leo Prikler
@ 2019-11-04 9:13 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2019-11-04 9:13 UTC (permalink / raw)
To: 38018; +Cc: 38018-done
Hello Leo,
I fixed the indentation, added your copyright and pushed your patch :)
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-04 9:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-01 11:46 [bug#38018] [PATCH] gnu: Add emacs-leaf Leo Prikler
2019-11-04 9:13 ` Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.