guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: Add emacs-tramp-auto-auth.


From: guix-commits
Subject: 10/11: gnu: Add emacs-tramp-auto-auth.
Date: Sun, 8 Dec 2019 01:23:14 -0500 (EST)

leungbk pushed a commit to branch master
in repository guix.

commit 41565d111adf0adcb38f2079c2c09085df909ad7
Author: Brian Leung <brian@debian>
Date:   Tue Dec 3 22:54:09 2019 -0800

    gnu: Add emacs-tramp-auto-auth.
    
    * gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 59c89ee..4fc23ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20394,3 +20394,26 @@ within @code{isearch-mode}.")
 on removable volumes in Linux.")
       (home-page "https://github.com/Akirak/helm-linux-disks";)
       (license license:gpl3+))))
+
+(define-public emacs-tramp-auto-auth
+  (let ((commit "f15a12dfab651aff60f4a9d70f868030a12344ac")
+        (revision "1"))
+    (package
+      (name "emacs-tramp-auto-auth")
+      (version (git-version "20191027.1117" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Oitofelix/tramp-auto-auth.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "09nkjgwppjfgv04q0gv468qihgx4y3p39lpwbd6vbh3wgbccas9k"))))
+      (build-system emacs-build-system)
+      (synopsis "Mount/unmount volumes in Linux via Helm")
+      (description "This package provides a Helm interface to run operations
+on removable volumes in Linux.")
+      (home-page "https://github.com/Oitofelix/tramp-auto-auth";)
+      (license license:gpl3+))))



reply via email to

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