guix-commits
[Top][All Lists]
Advanced

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

02/88: gnu: Add emacs-makey.


From: Oleg Pykhalov
Subject: 02/88: gnu: Add emacs-makey.
Date: Wed, 2 May 2018 13:21:03 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 63e6c4ad99bb2ddcd40d79d003775dde98d19bc6
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 18:50:00 2018 +0300

    gnu: Add emacs-makey.
    
    * gnu/packages/emacs.scm (emacs-makey): New public variable.
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3585387..440ff18 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8091,3 +8091,23 @@ the source file.")
       (description "@url{https://www.reddit.com} backend for the Gnus
 newsreader.")
       (license license:gpl3+))))
+
+(define-public emacs-makey
+  (package
+    (name "emacs-makey")
+    (version "0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/mickeynp/makey/archive/";
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0kzl4q1wf2zhkx9nrymxa67n99iq0bj7zqhpaz4byksna1hsxfmv"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/mickeynp/makey";)
+    (synopsis "Emacs interactive command-line mode")
+    (description
+     "This package provides an Emacs interactive command-line mode.")
+    (license license:gpl3+)))



reply via email to

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