all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#37670] [PATCH] gnu: Add emacs-ssh-agency.
@ 2019-10-09  1:34 LaFreniere, Joseph
  2019-10-09 19:13 ` bug#37670: Done Brian Leung
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2019-10-09  1:34 UTC (permalink / raw)
  To: 37670

[-- Attachment #1: Type: text/plain, Size: 54 bytes --]

Please find the patch attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-ssh-agency.patch --]
[-- Type: text/x-patch, Size: 1925 bytes --]

From 9060255351353a2933d236992654c9dea52b026a Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sun, 25 Aug 2019 15:38:42 -0500
Subject: [PATCH] gnu: Add emacs-ssh-agency.

* gnu/packages/emacs-xyz.scm (emacs-ssh-agency): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1b8ae47fc2..5a68f6417c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18741,6 +18741,34 @@ JIRA issue servers.")
 keybindings for skipping from host section to host section.")
       (license license:gpl3+))))
 
+(define-public emacs-ssh-agency
+  (package
+    (name "emacs-ssh-agency")
+    (version "0.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/magit/ssh-agency.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("dash" ,emacs-dash)))
+    (home-page "https://github.com/magit/ssh-agency")
+    (synopsis "Manage @code{ssh-agent} from Emacs")
+    (description
+     "This package provides functions to startup @code{ssh-agent}, set the
+needed environment variables in Emacs, prompt for passphrases from within
+Emacs, and so that pushes and pulls from @code{magit} will not require
+entering any passphrase.
+
+It can also be useful on Unix-like platforms to delay having to enter your
+passphrase until the first time you push to a remote.")
+    (license license:gpl3+)))
+
 (define-public emacs-tao-theme
   (let ((commit "c5107fbe7e752f4e58c2d2147ff18a1ebb12937c")
         (revision "0"))
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37670: Done
  2019-10-09  1:34 [bug#37670] [PATCH] gnu: Add emacs-ssh-agency LaFreniere, Joseph
@ 2019-10-09 19:13 ` Brian Leung
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Leung @ 2019-10-09 19:13 UTC (permalink / raw)
  To: 37670-done, LaFreniere, Joseph

[-- Attachment #1: Type: text/plain, Size: 16 bytes --]

Merged, thanks.

[-- Attachment #2: Type: text/html, Size: 37 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-09 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-09  1:34 [bug#37670] [PATCH] gnu: Add emacs-ssh-agency LaFreniere, Joseph
2019-10-09 19:13 ` bug#37670: Done Brian Leung

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.