mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-ssh-deploy.
* gnu/packages/emacs-xyz.scm (emacs-ssh-deploy): New variable. Change-Id: I016d3c15f376c099f260d955672bab2b19f8b978 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7f14eda95f
commit
61bf47d00c
1 changed files with 22 additions and 0 deletions
|
@ -35164,6 +35164,28 @@ 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.")
|
passphrase until the first time you push to a remote.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public emacs-super-save
|
||||||
(package
|
(package
|
||||||
(name "emacs-super-save")
|
(name "emacs-super-save")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue