all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Winter Hound <winterhound@yandex.com>
To: 47874@debbugs.gnu.org
Subject: [bug#47874] gnu: Add kirc.
Date: Sun, 18 Apr 2021 16:05:11 +0530	[thread overview]
Message-ID: <2200031618741698@mail.yandex.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-kirc.patch --]
[-- Type: text/x-diff; name="0001-gnu-Add-kirc.patch", Size: 2119 bytes --]

From f77caa31810add7bddc321f3980170e494f648d4 Mon Sep 17 00:00:00 2001
From: WinterHound <winterhound@yandex.com>
Date: Sun, 18 Apr 2021 15:55:23 +0530
Subject: [PATCH] gnu: Add kirc.

---
 gnu/packages/irc.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 3953c55a20..3316c2a1db 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -376,6 +376,41 @@ for the IRCv3 protocol.")
      "sic is a simple IRC client, even more minimalistic than ii.")
     (license license:expat)))
 
+(define-public kirc
+  (package
+    (name "kirc")
+    (version "0.2.6")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/mcpcpc/kirc/archive/refs/tags/" version
+                                  ".tar.gz"))
+              (sha256
+               (base32 "084p483npvr9kgmrcyrwnplzvlk1v0rl8fx4z7zw8j61ac2ry67d"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f                      ; no tests
+       #:make-flags
+       (list (string-append "CC=" ,(cc-for-target))
+             (string-append "PREFIX=" %output))
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure))))         ; no configure
+    (synopsis "A tiny IRC client written in POSIX C99")
+    (description
+     "A tiny open-source Internet Relay Chat (IRC) client designed with usability and cross-platform compatibility in mind.
+Features
+    No dependencies other than a C99 compiler.
+    Simple Authentication and Security Layer (SASL) procotol support.
+    Client-to-client (CTCP) protocol support.
+    Transport Layer Security (TLS) protocol support (via external utilities).
+    Simple chat history logging.
+    Asynchronous message handling.
+    Multi-channel joining at server connection.
+    Full support for all RFC 2812 commands.
+    Easy customized color scheme definition.")
+    (home-page "http://kirc.io/index.html")
+    (license license:expat)))
+
 (define-public limnoria
   (package
     (name "limnoria")
-- 
2.31.1


             reply	other threads:[~2021-04-18 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18 10:35 Winter Hound [this message]
2021-04-18 18:58 ` bug#47874: gnu: Add kirc Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2200031618741698@mail.yandex.com \
    --to=winterhound@yandex.com \
    --cc=47874@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.