unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64940] [PATCH] gnu: Add termdown
@ 2023-07-29 21:45 Abhiseck Paira via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Abhiseck Paira via Guix-patches via @ 2023-07-29 21:45 UTC (permalink / raw)
  To: 64940


* gnu/packages/time.scm (termdown): New variable.
---
 gnu/packages/time.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 5c8f65a1e6..6d0c4c5aa1 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -606,6 +606,31 @@ (define-public tz
 TUI program that displays time across a few time zones of your choosing.")
     (license gpl3+)))
 
+(define-public termdown
+  (package
+    (name "termdown")
+    (version "1.18.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "termdown" version))
+       (sha256
+        (base32
+         "07nxsqpwnpr9jkvif2ngjlcq05z0ldnmqxd15d1l593lzmxdyrci"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs
+     (list python-click
+           python-pyfiglet
+           python-dateutil))
+    (home-page "https://github.com/trehn/termdown")
+    (synopsis "Countdown timer for your terminal")
+    (description
+     "Termdown provides a fancy text display while it counts down to zero from
+a starting point you provide.  The user can pause and resume the countdown
+from the text user interface.  It can also be used in stop watch mode which
+counts forward or for just showing the current time.")
+    (license gpl3)))
+
 (define-public countdown
   (package
     (name "countdown")

base-commit: ecdcafc007e3a06647e02e2077e0ff352b38c06f
-- 
2.41.0 




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-29 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-29 21:45 [bug#64940] [PATCH] gnu: Add termdown Abhiseck Paira via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).