GNU bug report logs -
#54474
[PATCH 0/6] gnu: emacs-xyz: Add info manuals of packages
Previous Next
Full log
Message #50 received at 54474 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-tmr): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 20bb882a14..c82f3e8297 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16317,6 +16317,26 @@ (define-public emacs-tracking
through them using @key{C-c C-SPC}.")
(license license:gpl3+)))
+(define-public emacs-tmr
+ (package
+ (name "emacs-tmr")
+ (version "0.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/protesilaos/tmr.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1q1wsxj6793y8bhn8vcnm8if8f7vn4r4jn6lwz4ys34niyzb15h8"))))
+ (build-system emacs-build-system)
+ (home-page "https://protesilaos.com/emacs/tmr")
+ (synopsis "Simple timer package for Emacs")
+ (description "This package provides a single command for setting a
+timer: @command{tmr}.")
+ (license license:gpl3+)))
+
(define-public emacs-slack
(let ((commit "1f6a40faec0d8d9c9de51c444508d05a3e995ccd")
(revision "9"))
--
2.34.0
This bug report was last modified 3 years and 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.