mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-tj-go-spin.
* gnu/packages/golang-xyz.scm (go-github-com-tj-go-spin): New variable. Change-Id: I8c7240ce351dd2453d8b1985497c29f19db7f937
This commit is contained in:
parent
2c93bd406b
commit
4ececfd712
1 changed files with 22 additions and 0 deletions
|
@ -17389,6 +17389,28 @@ flushing entries at a given size or interval, useful for cases such as
|
|||
batching log events.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-tj-go-spin
|
||||
(package
|
||||
(name "go-github-com-tj-go-spin")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tj/go-spin")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/tj/go-spin"))
|
||||
(home-page "https://github.com/tj/go-spin")
|
||||
(synopsis "Terminal spinner package for Golang")
|
||||
(description "This package provides a little terminal spinner library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-tklauser-go-sysconf
|
||||
(package
|
||||
(name "go-github-com-tklauser-go-sysconf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue