guix-devel
[Top][All Lists]
Advanced

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

[PATCH 3/5] gnu: Add emacs-gntp.


From: Mathieu Othacehe
Subject: [PATCH 3/5] gnu: Add emacs-gntp.
Date: Thu, 26 Jan 2017 13:31:17 +0100

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 022ba4e3d..3859125dc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3692,3 +3692,28 @@ provides functions to convert hash tables from and to 
alists and plists.")
 multiple log levels.")
     (license license:gpl3+)))
 
+(define-public emacs-gntp
+  (package
+    (name "emacs-gntp")
+    (version "20141024.1950")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://melpa.org/packages/gntp-";
+             version
+             ".el"))
+       (sha256
+        (base32
+         "1m6yj64n1d5fbzhpjx22lph5zs502zlkzhfxlzx9bh2f3cyd2wx3"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/tekai/gntp.el";)
+    (synopsis
+     "Growl Notification Protocol for Emacs")
+    (description
+     "This package implements the Growl Notification Protocol GNTP
+described at http://www.growlforwindows.com/gfw/help/gntp.aspx
+It is incomplete as it only lets you send but not receive
+notifications.")
+    (license license:gpl3+)))
+
-- 
2.11.0




reply via email to

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