GNU bug report logs -
#58794
[PATCH] gnu: Add tasksh.
Previous Next
Reported by: Matthew James Kraai <kraai <at> ftbfs.org>
Date: Wed, 26 Oct 2022 11:30:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58794 in the body.
You can then email your comments to 58794 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58794
; Package
guix-patches
.
(Wed, 26 Oct 2022 11:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matthew James Kraai <kraai <at> ftbfs.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 26 Oct 2022 11:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> pantherx.org>
;;; Copyright © 2022 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
;;; Copyright © 2022 Pavel Shlyak <p.shlyak <at> pantherx.org>
+;;; Copyright © 2022 Matthew James Kraai <kraai <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58794
; Package
guix-patches
.
(Sat, 05 Nov 2022 10:55:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Matthew James Kraai <kraai <at> 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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 05 Nov 2022 10:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Matthew James Kraai <kraai <at> ftbfs.org>
:
bug acknowledged by developer.
(Sat, 05 Nov 2022 10:55:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Dec 2022 12:24:17 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.