guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: Add ii.


From: ng0
Subject: [PATCH] gnu: Add ii.
Date: Sun, 07 Aug 2016 11:37:29 +0000

From 76d9f586822ad0a33a12f372715de878d769268b Mon Sep 17 00:00:00 2001
From: ng0 <address@hidden>
Date: Sun, 7 Aug 2016 11:35:34 +0000
Subject: [PATCH] gnu: Add ii.

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

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 11250a3..91a4b9c 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -241,3 +241,28 @@ and extensible with plugins and scripts.")
     (description
      "ircII is a terminal based IRC and ICB client for UNIX systems.")
     (license license:bsd-3)))
+
+(define-public ii
+  (package
+    (name "ii")
+    (version "1.7")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://dl.suckless.org/tools/";
+                                  name "-" version ".tar.gz"))
+             (sha256
+              (base32
+               "176cqwnn6h7w4kbfd66hzqa243l26pqp2b06bii0nmnm0rkaqwis"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f ; no make check or tests
+       #:make-flags (list (string-append "PREFIX=" %output)
+                          "CC=gcc")
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure)))) ; no configure
+    (home-page "http://tools.suckless.org/ii/";)
+    (synopsis "FIFO and filesystem-based IRC client")
+    (description
+     "ii (Irc it) is a minimalist FIFO and filesystem based IRC client.")
+    (license license:x11)))
-- 
2.9.2

-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

Attachment: signature.asc
Description: PGP signature


reply via email to

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