unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30967] [PATCH] gnu: Add tcalc.
@ 2018-03-28  0:42 Nadya Voronova
  2018-03-28 15:12 ` bug#30967: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nadya Voronova @ 2018-03-28  0:42 UTC (permalink / raw)
  To: 30967; +Cc: Nadya Voronova

* gnu/packages/maths.scm (tcalc): New variables.
---
 gnu/packages/maths.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 808e7d1..10114a3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3840,3 +3840,24 @@ routines designed for solving ODEs resulting from 1-D, 2-D and 3-D partial
 differential equations (PDE) that have been converted to ODEs by numerical
 differencing.")
     (license license:gpl2+)))
+
+(define-public tcalc
+  (package
+  (name "tcalc")
+  (version "2.0")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (string-append "https://sites.google.com/site/mohammedisam2000/tcalc/tcalc-"
+                            version ".tar.gz"))
+      (sha256
+        (base32
+          "0jq806m4dqfia85nppfm75mml9w57g0cgv4cdw9bp3zymda83s0m"))))
+  (build-system gnu-build-system)
+  (synopsis "The terminal calculator")
+  (description
+    "The terminal calculator is a small and helpful program to help users
+     of the GNU/Linux terminal do calculations simply and quickly.
+     The formula to be calculated can be fed to tcalc through the command line.")
+  (home-page "https://sites.google.com/site/mohammedisam2000/tcalc")
+  (license gpl3+)))
-- 
2.7.4

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

* bug#30967: [PATCH] gnu: Add tcalc.
  2018-03-28  0:42 [bug#30967] [PATCH] gnu: Add tcalc Nadya Voronova
@ 2018-03-28 15:12 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-28 15:12 UTC (permalink / raw)
  To: Nadya Voronova; +Cc: 30967-done

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

Hello,

Nadya Voronova <voronovank@gmail.com> skribis:

> * gnu/packages/maths.scm (tcalc): New variables.

Applied with the minor changes below.  Thank you!

Ludo’.


[-- Attachment #2: Type: text/x-patch, Size: 1177 bytes --]

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 10114a35f..eca45d05f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2017 Dave Love <me@fx@gnu.org>
 ;;; Copyright © 2018 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
+;;; Copyright © 2018 Nadya Voronova <voronovank@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3856,8 +3857,8 @@ differencing.")
   (build-system gnu-build-system)
   (synopsis "The terminal calculator")
   (description
-    "The terminal calculator is a small and helpful program to help users
-     of the GNU/Linux terminal do calculations simply and quickly.
-     The formula to be calculated can be fed to tcalc through the command line.")
+    "The terminal calculator is a small program to help users of the GNU/Linux
+terminal do calculations simply and quickly.  The formula to be calculated can
+be fed to @command{tcalc} through the command line.")
   (home-page "https://sites.google.com/site/mohammedisam2000/tcalc")
-  (license gpl3+)))
+  (license license:gpl3+)))

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

end of thread, other threads:[~2018-03-28 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28  0:42 [bug#30967] [PATCH] gnu: Add tcalc Nadya Voronova
2018-03-28 15:12 ` bug#30967: " Ludovic Courtès

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