[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/37: gnu: Add go-github-com-pkg-sftp.
From: |
guix-commits |
Subject: |
22/37: gnu: Add go-github-com-pkg-sftp. |
Date: |
Wed, 6 Mar 2024 18:46:20 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit e1a0562dae8b723cfb6c123c2c22f58b76da6a14
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Feb 24 10:03:16 2024 +0100
gnu: Add go-github-com-pkg-sftp.
* gnu/packages/golang-web.scm (go-github-com-pkg-sftp): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 5f5278e11c..1d7ad01af2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1216,6 +1216,34 @@ which produce colorized output using
github.com/fatih/color.")
(description "OpenTracing-Go is a Go implementation of the OpenTracing
API.")
(license license:asl2.0)))
+(define-public go-github-com-pkg-sftp
+ (package
+ (name "go-github-com-pkg-sftp")
+ (version "1.13.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pkg/sftp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0n35lzfrnrffjqy34ny6gxs27kq81s67ply6q8s1g19mhfzm6my7"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/pkg/sftp"))
+ (propagated-inputs (list go-golang-org-x-crypto go-github-com-kr-fs))
+ (native-inputs (list go-github-com-stretchr-testify))
+ (home-page "https://github.com/pkg/sftp")
+ (synopsis "SFTP implementation for Go")
+ (description
+ "This package provides an @acronym{SFTP, SSH File Transfer Protocol}
+implementation, as described in
+@url{https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt},
+for Go.")
+ (license license:bsd-2)))
+
(define-public go-github-com-pquerna-cachecontrol
(package
(name "go-github-com-pquerna-cachecontrol")
- 26/37: gnu: go-go-uber-org-zap: Move to golang-xyz., (continued)
- 26/37: gnu: go-go-uber-org-zap: Move to golang-xyz., guix-commits, 2024/03/06
- 27/37: gnu: Add go-github-com-cskr-pubsub., guix-commits, 2024/03/06
- 30/37: gnu: go-github-com-hashicorp-go-syslog: Move to golang-xyz., guix-commits, 2024/03/06
- 13/37: gnu: go-github-com-vividcortex-ewma: Move to golang-xyz., guix-commits, 2024/03/06
- 14/37: gnu: Add go-github-com-dave-jennifer., guix-commits, 2024/03/06
- 03/37: gnu: Add go-numcpus., guix-commits, 2024/03/06
- 04/37: gnu: go-github-com-shirou-gopsutil: Move to golang-xyz., guix-commits, 2024/03/06
- 12/37: gnu: go-github-com-cheggaaa-pb-v3: Move to golang-xyz., guix-commits, 2024/03/06
- 20/37: gnu: Add go-github-com-k0kubun-pp., guix-commits, 2024/03/06
- 24/37: gnu: go-go-uber-org-zap: Update to 1.24.0., guix-commits, 2024/03/06
- 22/37: gnu: Add go-github-com-pkg-sftp.,
guix-commits <=
- 25/37: gnu: kubo: Update to 0.22.0., guix-commits, 2024/03/06
- 34/37: gnu: go-github-com-hashicorp-go-version: Update to 1.6.0., guix-commits, 2024/03/06
- 10/37: gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs., guix-commits, 2024/03/06
- 16/37: gnu: Add go-github-com-hhrutter-tiff., guix-commits, 2024/03/06
- 28/37: gnu: Add go-github-com-hashicorp-errwrap., guix-commits, 2024/03/06
- 29/37: gnu: Add go-github-com-hashicorp-go-multierror., guix-commits, 2024/03/06
- 32/37: gnu: go-github-com-spf13-viper: Remove input labels., guix-commits, 2024/03/06
- 37/37: gnu: go-github-com-hashicorp-hcl-v2: Move to golang-xyz., guix-commits, 2024/03/06
- 36/37: gnu: go-github-com-hashicorp-hcl: Move to golang-xyz., guix-commits, 2024/03/06
- 35/37: gnu: go-github-com-hashicorp-go-version: Fix indentation., guix-commits, 2024/03/06