all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 33459@debbugs.gnu.org
Subject: [bug#33459] [PATCH 4/4] gnu: Add emacs-matrix-client.
Date: Wed, 21 Nov 2018 22:10:49 +0100	[thread overview]
Message-ID: <20181121211049.6440-4-mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <20181121211049.6440-1-mail@nicolasgoaziou.fr>

* gnu/packages/emacs.scm (emacs-matrix-client): New variable.
---
 gnu/packages/emacs.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5c5757505..e9e55b03e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12627,3 +12627,35 @@ classes like @command{<gtk-window>}.
     (description "ov.el provides a simple way to manipulate overlays in
 Emacs.")
     (license license:gpl3+)))
+
+(define-public emacs-matrix-client
+  (let ((commit "3eab4c28280feff18ee1ddd7db66ada4f135cbf8"))
+    (package
+      (name "emacs-matrix-client")
+      (version (git-version "0.0.0" "1" commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/jgkamat/matrix-client-el.git")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1k6721jz0m22vpb78881k087mpx8hf3s2219ic75v5mhgx355f7m"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("a" ,emacs-a)
+         ("dash" ,emacs-dash)
+         ("esxml" ,emacs-esxml)
+         ("f" ,emacs-f)
+         ("ht" ,emacs-ht)
+         ("ov" ,emacs-ov)
+         ("request" ,emacs-request)
+         ("s" ,emacs-s)
+         ("tracking" ,emacs-tracking)))
+      (home-page "https://github.com/jgkamat/matrix-client-el")
+      (synopsis "Matrix client for Emacs")
+      (description "@code{matrix-client} is a simple chat UI to Matrix.org
+rooms.  It also provides an API which allows Emacs to seamlessly create
+RPC channels with users and other software.")
+      (license license:gpl3+))))
-- 
2.19.1

  parent reply	other threads:[~2018-11-21 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21 21:08 [bug#33459] [PATCH 0/4] Add emacs-matrix-client Nicolas Goaziou
2018-11-21 21:10 ` [bug#33459] [PATCH 1/4] gnu: Add emacs-ov Nicolas Goaziou
2018-11-21 21:10   ` [bug#33459] [PATCH 2/4] gnu: Add emacs-tracking Nicolas Goaziou
2018-11-21 21:10   ` [bug#33459] [PATCH 3/4] gnu: Add emacs-a Nicolas Goaziou
2018-11-21 21:10   ` Nicolas Goaziou [this message]
2018-11-23 19:22 ` [bug#33459] [PATCH 0/4] Add emacs-matrix-client Marius Bakke
2018-11-23 21:07   ` bug#33459: " Nicolas Goaziou

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=20181121211049.6440-4-mail@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=33459@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.