guix-commits
[Top][All Lists]
Advanced

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

37/88: gnu: Add emacs-mbsync.


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

wigust pushed a commit to branch master
in repository guix.

commit 666e5617234bf7609321be168f600a0637e8599b
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:02:54 2018 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index bde1bd0..b0331d9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8941,3 +8941,27 @@ keybindings for Emacs modes so that point moves to 
meaningful
 locations.  Redefined keys are still accessible by pressing the same
 key again.")
     (license license:gpl3+)))
+
+(define-public emacs-mbsync
+  (let ((commit "42077e83ae2db778ce0f8e22f8357b40355526b3")
+        (revision "1"))
+    (package
+      (name "emacs-mbsync")
+      (version (string-append "0.0.1" "-" revision "."
+                              (string-take commit 7)))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/dimitri/mbsync-el.git";)
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32
+           "0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/dimitri/mbsync-el";)
+      (synopsis "Interface to mbsync for Emacs")
+      (description "This package allows to call the @code{mbsync} from
+within Emacs.")
+      (license license:gpl3+))))



reply via email to

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