unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47737] [PATCH] gnu: Add tio
@ 2021-04-12 20:51 Raphaël Mélotte
  2021-04-26 19:00 ` bug#47737: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Raphaël Mélotte @ 2021-04-12 20:51 UTC (permalink / raw)
  To: 47737; +Cc: Raphaël Mélotte

* gnu/packages/terminals.scm (tio): New variable.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
 gnu/packages/terminals.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 3fe580589d..0031b4c482 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2020, 2021 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2021 Raphaël Mélotte <raphael.melotte@mind.be>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1436,3 +1437,23 @@ ephemeral serial ports.  It features automatic port detection, port enumeration,
 support for non-standard baud rates, the ability to wait for ports to appear,
 and the ability to read and write via stdin and stdout.")
     (license license:expat)))
+
+(define-public tio
+  (package
+    (name "tio")
+    (version "1.32")
+    (source (origin
+              (method url-fetch)
+             (uri (string-append
+                    "https://github.com/tio/tio/releases/download/v"
+                    version "/tio-" version ".tar.xz"))
+             (sha256
+              (base32
+               "0i5fhi4xdk4yznj8wahniizddmx6wlcnnhda1dw9djyajilyvxd8"))))
+    (build-system gnu-build-system)
+    (home-page "https://tio.github.io/")
+    (synopsis "Simple TTY terminal I/O application")
+    (description "tio is a simple TTY terminal application which features a
+straightforward commandline interface to easily connect to TTY devices for
+basic input/output.")
+    (license license:gpl2+)))
-- 
2.31.1





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

* bug#47737: [PATCH] gnu: Add tio
  2021-04-12 20:51 [bug#47737] [PATCH] gnu: Add tio Raphaël Mélotte
@ 2021-04-26 19:00 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-04-26 19:00 UTC (permalink / raw)
  To: Raphaël Mélotte; +Cc: 47737-done

Hello,

Raphaël Mélotte <raphael.melotte@mind.be> writes:

> * gnu/packages/terminals.scm (tio): New variable.

Applied. Thank you!

> Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>

We don't sign our own patches. I signed it as the committer, however.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-04-26 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 20:51 [bug#47737] [PATCH] gnu: Add tio Raphaël Mélotte
2021-04-26 19:00 ` bug#47737: " Nicolas Goaziou

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