mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: go-github.com-nsf-termbox-go: Move to golang-xyz.
* gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I5b3afcc5f87549e81318a43efa25ae1069f04dc7
This commit is contained in:
parent
44f1a47929
commit
bc7dbfe4aa
2 changed files with 26 additions and 26 deletions
|
@ -8078,6 +8078,32 @@ list of sentences.")
|
|||
pretty printed rendering in Golang.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github.com-nsf-termbox-go
|
||||
(package
|
||||
(name "go-github.com-nsf-termbox-go")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/nsf/termbox-go")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n5jwnx53nkjvq8rcqzv2scs532iq9w06pd83w6cipniccqp4m2i"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/nsf/termbox-go"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-mattn-go-runewidth))
|
||||
(home-page "https://github.com/nsf/termbox-go")
|
||||
(synopsis "@code{termbox} provides a minimal API for text-based user interfaces")
|
||||
(description
|
||||
"Termbox is a library that provides a minimalistic API which allows the
|
||||
programmer to write text-based user interfaces.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-nsqio-go-diskqueue
|
||||
(package
|
||||
(name "go-github-com-nsqio-go-diskqueue")
|
||||
|
|
|
@ -990,32 +990,6 @@ minimalistic.")
|
|||
(home-page "https://www.uninformativ.de/git/xiate/file/README.html")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github.com-nsf-termbox-go
|
||||
(package
|
||||
(name "go-github.com-nsf-termbox-go")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/nsf/termbox-go")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n5jwnx53nkjvq8rcqzv2scs532iq9w06pd83w6cipniccqp4m2i"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/nsf/termbox-go"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-mattn-go-runewidth))
|
||||
(synopsis "@code{termbox} provides a minimal API for text-based user
|
||||
interfaces")
|
||||
(description
|
||||
"Termbox is a library that provides a minimalistic API which allows the
|
||||
programmer to write text-based user interfaces.")
|
||||
(home-page "https://github.com/nsf/termbox-go")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-junegunn-fzf
|
||||
(package
|
||||
(name "go-github-com-junegunn-fzf")
|
||||
|
|
Loading…
Add table
Reference in a new issue