guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add ytalk


From: John Darrington
Subject: 01/01: gnu: Add ytalk
Date: Thu, 22 Sep 2016 19:09:13 +0000 (UTC)

jmd pushed a commit to branch master
in repository guix.

commit c788c5feb154e5b4d909d34f259a5f1ea6e7c572
Author: John Darrington <address@hidden>
Date:   Thu Sep 22 21:00:43 2016 +0200

    gnu: Add ytalk
    
    * gnu/packages/messaging.scm (ytalk): New variable.
---
 gnu/packages/messaging.scm |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2b0ffee..55247be 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -759,4 +759,29 @@ for sending encrypted messages to one person or many 
subscribers.")
     (synopsis "Distributed peer-to-peer communication")
     (home-page "https://bitmessage.org/";)))
 
+
+(define-public ytalk
+  (package
+    (name "ytalk")
+    (version "3.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "ftp://ftp.ourproject.org/pub/ytalk/ytalk-";
+                           version  ".tar.gz"))
+       (sha256
+        (base32
+         "1d3jhnj8rgzxyxjwfa22vh45qwzjvxw1qh8fz6b7nfkj3zvk9jvf"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("ncurses" ,ncurses)))
+    (home-page "http://ytalk.ourproject.org";)
+    (synopsis "Multi-user chat program")
+    (description "Ytalk is a replacement for the BSD talk program.  Its main
+advantage is the ability to communicate with any arbitrary number of users at
+once.  It supports both talk protocols (\"talk\" and \"ntalk\") and can 
communicate
+with several different talk daemons at the same time.")
+    (license license:gpl2+)))
+
+
 ;;; messaging.scm ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]