GNU bug report logs -
#54474
[PATCH 0/6] gnu: emacs-xyz: Add info manuals of packages
Previous Next
Full log
Message #17 received at 54474 <at> debbugs.gnu.org (full text, mbox):
[0004-gnu-Add-emacs-tmr.patch (text/patch, inline)]
From 75b66a3894235d525763293d8319c1e95e5f9074 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Sun, 20 Mar 2022 17:25:25 +0530
Subject: [PATCH 4/6] gnu: Add emacs-tmr.
* 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 eb2f857abd..a9aca35d65 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.git/")
+ (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 36 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.