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 18:51:29 +0530

>From 75b66a3894235d525763293d8319c1e95e5f9074 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@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






reply via email to

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