mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Add go-github-com-bgentry-speakeasy.
* gnu/packages/golang-xyz.scm (go-github-com-bgentry-speakeasy): New variable. Change-Id: I0ff5c66605b24c264f68c341d31f5015b5eb2d99
This commit is contained in:
parent
97452b52f2
commit
0e12dcf05f
1 changed files with 26 additions and 0 deletions
|
@ -1356,6 +1356,32 @@ approximate quantiles over an unbounded data stream within low memory and CPU
|
||||||
bounds.")
|
bounds.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-bgentry-speakeasy
|
||||||
|
(package
|
||||||
|
(name "go-github-com-bgentry-speakeasy")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/bgentry/speakeasy")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1pasgmb9gcchprc06fbn7yjgp6caz03j6pgj14mmr8bcx0zfq7ag"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/bgentry/speakeasy"))
|
||||||
|
(home-page "https://github.com/bgentry/speakeasy")
|
||||||
|
(synopsis "Reading password input without cgo")
|
||||||
|
(description
|
||||||
|
"This package provides cross-platform Golang helpers for taking user
|
||||||
|
input from the terminal while not echoing the input back (similar to
|
||||||
|
@code{getpasswd}). The package uses syscalls to avoid any dependence on cgo,
|
||||||
|
and is therefore compatible with cross-compiling.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-bitly-go-hostpool
|
(define-public go-github-com-bitly-go-hostpool
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-bitly-go-hostpool")
|
(name "go-github-com-bitly-go-hostpool")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue