[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65131] [PATCH 05/32] gnu: Add ruby-net-sftp.
From: |
Hartmut Goebel |
Subject: |
[bug#65131] [PATCH 05/32] gnu: Add ruby-net-sftp. |
Date: |
Mon, 7 Aug 2023 20:26:09 +0200 |
* gnu/packages/ruby.scm (ruby-net-sftp): New variable.
---
gnu/packages/ruby.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index bc61ab81b9..0e9a805973 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5545,6 +5545,27 @@ client protocol.")
(home-page "https://github.com/net-ssh/net-scp")
(license license:expat)))
+(define-public ruby-net-sftp
+ (package
+ (name "ruby-net-sftp")
+ (version "4.0.0")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "net-sftp" version))
+ (sha256
+ (base32
+ "0r33aa2d61hv1psm0l0mm6ik3ycsnq8symv7h84kpyf2b7493fv5"))))
+ (build-system ruby-build-system)
+ (propagated-inputs (list ruby-net-ssh))
+ (synopsis "Pure Ruby implementation of the SFTP client protocol")
+ (description
+ "@code{Net::SFTP} is a pure Ruby implementation of the SFTP
+protocol (specifically, versions 1 through 6 of the SFTP protocol). Note that
+this is the “Secure File Transfer Protocol”, typically run over an SSH
+connection, and has nothing to do with the FTP protocol.")
+ (home-page "https://github.com/net-ssh/net-sftp")
+ (license license:expat)))
+
(define-public ruby-minima
(package
(name "ruby-minima")
--
2.30.9
- [bug#65131] [PATCH 00/32] Add vagrant, some vagrant plugins and required ruby modules, Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 01/32] gnu: Add ruby-excon., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 02/32] gnu: Add ruby-ipaddr., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 04/32] gnu: Add ruby-fake-ftp., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 06/32] gnu: Add ruby-net-telnet., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 07/32] gnu: Add ruby-pairing-heap., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 03/32] gnu: Add ruby-net-ftp., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 05/32] gnu: Add ruby-net-sftp.,
Hartmut Goebel <=
- [bug#65131] [PATCH 09/32] gnu: Add ruby-stream., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 08/32] gnu: Add ruby-stringio., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 10/32] gnu: Add ruby-rgl., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 11/32] gnu: Add ruby-sfl., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 12/32] gnu: Add ruby-specinfra., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 16/32] gnu: Add ruby-googleapis-common-protos-types., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 18/32] gnu: Add ruby-vagrant-cloud., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 13/32] gnu: Add ruby-serverspec., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 15/32] gnu: Add ruby-google-protobuf., Hartmut Goebel, 2023/08/07
- [bug#65131] [PATCH 19/32] gnu: Add ruby-vagrant-spec., Hartmut Goebel, 2023/08/07