unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58794] [PATCH] gnu: Add tasksh.
@ 2022-10-26 11:28 Matthew James Kraai
  2022-11-05 10:53 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2022-10-26 11:28 UTC (permalink / raw)
  To: 58794; +Cc: Matthew James Kraai

* gnu/packages/task-management.scm (tasksh): New variable.
---
 gnu/packages/task-management.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index c0b3cd963c..16e0a6b407 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2021 Reza Alizadeh Majd <r.majd@pantherx.org>
 ;;; Copyright © 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2022 Pavel Shlyak <p.shlyak@pantherx.org>
+;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -44,6 +45,7 @@ (define-module (gnu packages task-management)
   #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages qt)
+  #:use-module (gnu packages readline)
   #:use-module (gnu packages time)
   #:use-module (gnu packages tls)
   #:use-module (guix download)
@@ -152,6 +154,33 @@ (define-public taskwarrior
 and querying data, exposing task data in multiple formats to other tools.")
     (license license:expat)))
 
+(define-public tasksh
+  (package
+    (name "tasksh")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://taskwarrior.org/download/tasksh-" version ".tar.gz"))
+       (sha256 (base32
+                "1z8zw8lld62fjafjvy248dncjk0i4fwygw0ahzjdvyyppx4zjhkf"))))
+    (build-system cmake-build-system)
+    (inputs
+     (list readline))
+    (arguments
+     `(#:tests? #f ; No tests implemented.
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'install-license-files)))) ; Already installed by package
+     (home-page "https://taskwarrior.org")
+    (synopsis "Taskwarrior shell")
+    (description
+     "Tasksh is a shell for Taskwarrior, providing a more immersive environment
+for list management. It has a review feature, shell command execution, and
+libreadline support.")
+    (license license:expat)))
+
 (define-public worklog
   (let ((commit "0f545ad6697ef4de7f68d92cd7cc5c6a4c60517b")
         (revision "1"))
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#58794] [PATCH] gnu: Add tasksh.
  2022-10-26 11:28 [bug#58794] [PATCH] gnu: Add tasksh Matthew James Kraai
@ 2022-11-05 10:53 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-05 10:53 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 58794, 58794-done

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]


Matthew James Kraai <kraai@ftbfs.org> writes:

> * gnu/packages/task-management.scm (tasksh): New variable.
> ---
>  gnu/packages/task-management.scm | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)

I fixed a tiny bit of the indentation, and pushed this to master as
f56aae998cf4d90660e3c758c934990ec30c4776.

Thanks!

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-05 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 11:28 [bug#58794] [PATCH] gnu: Add tasksh Matthew James Kraai
2022-11-05 10:53 ` Christopher Baines

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).