guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54474] [PATCH 4/6] gnu: Add emacs-tmr.


From: Jai Vetrivelan
Subject: [bug#54474] [PATCH 4/6] gnu: Add emacs-tmr.
Date: Sun, 20 Mar 2022 20:10:33 +0530

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]