unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72326] [PATCH] gnu: Add emacs-ssh-deploy.
@ 2024-07-27 19:57 Sisiutl
  2024-07-27 23:40 ` Suhail Singh
  2024-07-28 12:17 ` [bug#72326] [PATCH v2] " Sisiutl
  0 siblings, 2 replies; 5+ messages in thread
From: Sisiutl @ 2024-07-27 19:57 UTC (permalink / raw)
  To: 72326; +Cc: Sisiutl

* gnu/packages/emacs-xyz.scm (emacs-ssh-deploy): New variable.

Change-Id: I016d3c15f376c099f260d955672bab2b19f8b978
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5639ed5fce..04b4a8af66 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35053,6 +35053,28 @@ (define-public emacs-ssh-agency
 passphrase until the first time you push to a remote.")
     (license license:gpl3+)))
 
+(define-public emacs-ssh-deploy
+  (package
+    (name "emacs-ssh-deploy")
+    (version "3.1.16")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/ssh-deploy-" version
+                           ".tar"))
+       (sha256
+	(base32 "0fb88l3270d7l808q8x16zcvjgsjbyhgifgv17syfsj0ja63x28p"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/cjohansson/emacs-ssh-deploy")
+    (synopsis "Deployment via Tramp, global or per directory.")
+    (description
+     "ssh-deploy enables automatic deploys on explicit-save actions, manual uploads,
+renaming, deleting, downloads, file and directory differences, launching remote
+terminals (eshell, shell), detection of remote changes, remote directory
+browsing, remote SQL database sessions and running custom deployment scripts via
+Tramp.")
+    (license license:gpl3+)))
+
 (define-public emacs-super-save
   (package
     (name "emacs-super-save")

base-commit: 46a64c7fdd057283063aae6df058579bb07c4b6a
-- 
2.45.2





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

end of thread, other threads:[~2024-08-20  8:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 19:57 [bug#72326] [PATCH] gnu: Add emacs-ssh-deploy Sisiutl
2024-07-27 23:40 ` Suhail Singh
2024-07-28 12:17 ` [bug#72326] [PATCH v2] " Sisiutl
2024-08-15 14:07   ` Nicolas Graves via Guix-patches via
2024-08-20  8:27     ` bug#72326: [PATCH] " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).