unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add ii.
@ 2016-08-07 11:37 ng0
  2016-08-07 13:56 ` Alex Kost
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-08-07 11:37 UTC (permalink / raw)
  To: guix-devel


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0001-gnu-Add-ii.patch --]
[-- Type: text/x-patch, Size: 1598 bytes --]

From 76d9f586822ad0a33a12f372715de878d769268b Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
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


[-- Attachment #1.2: Type: text/plain, Size: 134 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

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

* Re: [PATCH] gnu: Add ii.
  2016-08-07 11:37 [PATCH] gnu: Add ii ng0
@ 2016-08-07 13:56 ` Alex Kost
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Kost @ 2016-08-07 13:56 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

ng0 (2016-08-07 14:37 +0300) wrote:

> From 76d9f586822ad0a33a12f372715de878d769268b Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@we.make.ritual.n0.is>
> Date: Sun, 7 Aug 2016 11:35:34 +0000
> Subject: [PATCH] gnu: Add ii.
>
> * gnu/packages/irc.scm (ii): New variable.

Applied as 99840fbbee260354d134031ae69e6e94b0f39d48, thanks!

-- 
Alex

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

end of thread, other threads:[~2016-08-07 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-07 11:37 [PATCH] gnu: Add ii ng0
2016-08-07 13:56 ` Alex Kost

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