unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 30194@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#30194] [PATCH 6/6] gnu: Add emacs-slack.
Date: Sun, 21 Jan 2018 18:25:39 +0100	[thread overview]
Message-ID: <20180121172539.19408-6-rekado@elephly.net> (raw)
In-Reply-To: <20180121172539.19408-1-rekado@elephly.net>

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 25b1d603f..d48d8ba6d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6585,6 +6585,35 @@ activity in channels in the status bar so it stays out of your way unless you
 want to use it.")
     (license license:gpl3+)))
 
+(define-public emacs-slack
+  (let ((commit "58b1309255563819ee8f83f625af49ac0353bed1")
+        (revision "1"))
+    (package
+      (name "emacs-slack")
+      (version (string-append "0-" revision "." (string-take commit 7)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/yuya373/emacs-slack.git")
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "1bj43ircd9djk4i58qwxvmcbhzybxb954k52l80pk441ffk8v4vx"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-alert" ,emacs-alert)
+         ("emacs-emojify" ,emacs-emojify)
+         ("emacs-request" ,emacs-request)
+         ("emacs-websocket" ,emacs-websocket)
+         ("emacs-oauth2" ,emacs-oauth2)
+         ("emacs-circe" ,emacs-circe)))
+      (home-page "https://github.com/yuya373/emacs-slack")
+      (synopsis "Slack client for Emacs")
+      (description "This package provides an Emacs client for the Slack
+messaging service.")
+      (license license:gpl3+))))
+
 (define-public emacs-bash-completion
   (package
    (name "emacs-bash-completion")
-- 
2.15.0

  parent reply	other threads:[~2018-01-21 17:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-21 17:14 [bug#30194] [PATCH 0/6] Emacs client for Slack Ricardo Wurmus
2018-01-21 17:25 ` [bug#30194] [PATCH 1/6] gnu: Add emacs-seq Ricardo Wurmus
2018-01-21 17:25   ` [bug#30194] [PATCH 2/6] gnu: Add emacs-emojify Ricardo Wurmus
2018-01-21 17:25   ` [bug#30194] [PATCH 3/6] gnu: Add emacs-websocket Ricardo Wurmus
2018-01-21 17:25   ` [bug#30194] [PATCH 4/6] gnu: Add emacs-oauth2 Ricardo Wurmus
2018-01-21 17:25   ` [bug#30194] [PATCH 5/6] gnu: Add emacs-circe Ricardo Wurmus
2018-01-21 17:25   ` Ricardo Wurmus [this message]
2018-01-21 18:12   ` [bug#30194] [PATCH 1/6] gnu: Add emacs-seq Nicolas Goaziou
2018-01-24 12:16     ` bug#30194: " Ricardo Wurmus

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20180121172539.19408-6-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=30194@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 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).