GNU bug report logs -
#48482
[PATCH] gnu: Add ruby-taskjuggler.
Previous Next
Reported by: Erik Lovlie <erikl <at> posteo.net>
Date: Mon, 17 May 2021 16:21:02 UTC
Severity: normal
Tags: patch
Merged with 48481
Done: Jelle Licht <jlicht <at> fsfe.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 48482 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-taskjuggler): New variable.
---
Fixed the commit message since this adds a package, not updating an
existing one.
gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e2f53bbdca..edc7f470ed 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6155,6 +6155,32 @@ of terminal output.")
;; There is no mention of the "or later" clause.
(license license:gpl2)))
+(define-public ruby-taskjuggler
+ (package
+ (name "ruby-taskjuggler")
+ (version "3.7.1")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "taskjuggler" version))
+ (sha256
+ (base32
+ "1jrsajzhzpnfa8hj6lbf7adn8hls56dz3yw1gvzgz9y4zkka3k9v"))))
+ (build-system ruby-build-system)
+ (arguments
+ '(#:tests? #f))
+ (native-inputs
+ `(("ruby-rake" ,ruby-rake)))
+ (propagated-inputs
+ `(("ruby-mail" ,ruby-mail)
+ ("ruby-term-ansicolor" ,ruby-term-ansicolor)))
+ (synopsis "Project management software")
+ (description
+ "This package provides a project management tool with an optimizing
+scheduler that computes your project time lines and resource assignments based
+on the project outline and the constraints that you have provided.")
+ (home-page "https://taskjuggler.org/")
+ (license license:gpl2)))
+
(define-public ruby-terraform
(package
(name "ruby-terraform")
--
2.31.1
This bug report was last modified 2 years and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.