From: Sisiutl <sisiutl@egregore.fun>
To: 72326@debbugs.gnu.org
Cc: Sisiutl <sisiutl@egregore.fun>
Subject: [bug#72326] [PATCH v2] gnu: Add emacs-ssh-deploy
Date: Sun, 28 Jul 2024 14:17:42 +0200 [thread overview]
Message-ID: <b0ff66c7fd3a4be689da7e954266f37372d6d1b8.1722169060.git.sisiutl@egregore.fun> (raw)
In-Reply-To: <b636fe9293d3d3a80a6559a0390b94d39bf0a39b.1722110227.git.sisiutl@egregore.fun>
* 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
next prev parent reply other threads:[~2024-07-28 12:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Sisiutl [this message]
2024-08-15 14:07 ` [bug#72326] [PATCH v2] " Nicolas Graves via Guix-patches via
2024-08-20 8:27 ` bug#72326: [PATCH] " Nicolas Goaziou via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b0ff66c7fd3a4be689da7e954266f37372d6d1b8.1722169060.git.sisiutl@egregore.fun \
--to=sisiutl@egregore.fun \
--cc=72326@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.