mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-skeema-knownhosts.
* gnu/packages/golang-crypto.scm (go-github-com-skeema-knownhosts): New variable. Change-Id: I36f3bde40845c02bb950097edc55ecddb8cb26eb
This commit is contained in:
parent
e1e4ccc18a
commit
9b0a363f9b
1 changed files with 26 additions and 0 deletions
|
@ -1613,6 +1613,32 @@ wide-block encryption mode developed by Halevi and Rogaway.")
|
||||||
tunnel proxy protocol.")
|
tunnel proxy protocol.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-skeema-knownhosts
|
||||||
|
(package
|
||||||
|
(name "go-github-com-skeema-knownhosts")
|
||||||
|
(version "1.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/skeema/knownhosts")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1i74wqingiflrrvpzhahwdly9f8c27i2far1qxkszi7aswhpj956"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/skeema/knownhosts"))
|
||||||
|
(propagated-inputs (list go-golang-org-x-crypto))
|
||||||
|
(home-page "https://github.com/skeema/knownhosts")
|
||||||
|
(synopsis "Go SSH known_hosts wrapper with host key lookup")
|
||||||
|
(description
|
||||||
|
"Package knownhosts is a thin wrapper around @code{golang.org/x/crypto/ssh/knownhosts},
|
||||||
|
adding the ability to obtain the list of host key algorithms for a known
|
||||||
|
host.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-xanzy-ssh-agent
|
(define-public go-github-com-xanzy-ssh-agent
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-xanzy-ssh-agent")
|
(name "go-github-com-xanzy-ssh-agent")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue