guix-patches
[Top][All Lists]
Advanced

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

[bug#72326] [PATCH v2] gnu: Add emacs-ssh-deploy


From: Sisiutl
Subject: [bug#72326] [PATCH v2] gnu: Add emacs-ssh-deploy
Date: Sun, 28 Jul 2024 14:17:42 +0200

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

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5639ed5fce..cd94da7a14 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35053,6 +35053,30 @@ (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 git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/cjohansson/emacs-ssh-deploy";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0iwciwnlkpbasnwdvvip5g39jq4qc8srfw0s07ljb3c3njg3jhsg"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/cjohansson/emacs-ssh-deploy";)
+    (synopsis "A deployment plugin 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






reply via email to

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