mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: go-github-com-xo-terminfo: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-xo-terminfo): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8ba7b7d24737b8067b22b786c2aca73aec84d0d4
This commit is contained in:
parent
07f7277429
commit
177da1bd7a
2 changed files with 24 additions and 24 deletions
|
@ -14024,6 +14024,30 @@ similar string with weeks or days too.")
|
|||
"This package provides a simple ASCII tree composing tool.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-xo-terminfo
|
||||
(package
|
||||
(name "go-github-com-xo-terminfo")
|
||||
(version "0.0.0-20220910002029-abceb7e1c41e")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/xo/terminfo")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n3b37z76rz3l74mhrvviz66xa8dqwpvc2gb6cyzql5smbcs9y3a"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/xo/terminfo"))
|
||||
(native-inputs
|
||||
(list go-golang-org-x-exp))
|
||||
(home-page "https://github.com/xo/terminfo")
|
||||
(synopsis "Read the terminfo database in Go")
|
||||
(description
|
||||
"The terminfo package implements terminfo database reading for Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-xrash-smetrics
|
||||
(package
|
||||
(name "go-github-com-xrash-smetrics")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue