GNU bug report logs -
#58061
[PATCH] gnu: Add emacs-clue.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 25 Sep 2022 04:22:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-clue): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 35cb26962d..08cf600e45 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14312,6 +14312,28 @@ (define-public emacs-bazel
@uref{https://bazel.build/} for background on Bazel.")
(license license:asl2.0))))
+(define-public emacs-clue
+ ;; There are no releases.
+ (let ((commit "41895da52cf76f964d97cb8204406ab9828c4839")
+ (revision "0"))
+ (package
+ (name "emacs-clue")
+ (version (git-version "0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AmaiKinono/clue")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08xpdpac82v5vwqqqgbh5imakl4pys6bpfacfk05pk88lw925ql8"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/AmaiKinono/clue/")
+ (synopsis "Connecting clues while reading code")
+ (description
+ "Clue is a tool for helping you take notes while reading code.")
+ (license license:gpl3+))))
+
(define-public emacs-gntp
(package
(name "emacs-gntp")
--
2.37.3
This bug report was last modified 2 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.