gnu: Add go-github-com-google-goterm.

* gnu/packages/golang.scm (go-github-com-google-goterm): New variable.
This commit is contained in:
Oleg Pykhalov 2020-08-09 00:57:02 +03:00
parent 4ac7a763d8
commit e465f72fbb
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C

View File

@ -3904,6 +3904,32 @@ are semantically equal in Go (for writing tests).")
4122 and DCE 1.1: Authentication and Security Services.")
(license license:bsd-3)))
(define-public go-github-com-google-goterm
(let ((commit "fc88cf888a3fa99ecc23d1efc1a44284268457d3")
(revision "1"))
(package
(name "go-github-com-google-goterm")
(version (git-version "0.0.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/google/goterm")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0809sf02dhg2bjhsz43pmlb5d7nbsnwxls3lw01zw5p7ri9bqwfb"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/google/goterm/term"
#:unpack-path "github.com/google/goterm"))
(home-page "https://github.com/google/goterm/")
(synopsis "PTY creation and termios get/set attributes")
(description "The term package implements PTY creation and termios get/set
attributes. It also contains some convenience functions for colors, SSH to
and from termios translations, readCh, reading passwords, etc.")
(license license:bsd-3))))
(define-public go-golang.org-x-sync-errgroup
(let ((commit "cd5d95a43a6e21273425c7ae415d3df9ea832eeb")
(revision "0"))