mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-pterm-pterm.
* gnu/packages/golang-xyz.scm (go-github-com-pterm-pterm): New variable. Change-Id: I6da814b83833224380a5dd08da9cf1562eb33791
This commit is contained in:
parent
9cc4177a97
commit
62ee372a5b
1 changed files with 38 additions and 0 deletions
|
@ -3950,6 +3950,44 @@ Pion}.")
|
||||||
(home-page "https://github.com/prometheus/client_model")
|
(home-page "https://github.com/prometheus/client_model")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-pterm-pterm
|
||||||
|
(package
|
||||||
|
(name "go-github-com-pterm-pterm")
|
||||||
|
(version "0.12.79")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/pterm/pterm")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xvc4ywc2998r8vsi3zpp49z04kc79q60bsvxv88cjvamxfjxrvk"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
;; Cycle: go-github-com-pterm-pterm -> go-github-com-marvinjwendt-testza
|
||||||
|
;; -> go-github-com-pterm-pterm
|
||||||
|
#:tests? #f
|
||||||
|
#:go go-1.21
|
||||||
|
#:import-path "github.com/pterm/pterm"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-atomicgo-dev-cursor
|
||||||
|
go-atomicgo-dev-keyboard
|
||||||
|
go-atomicgo-dev-schedule
|
||||||
|
go-github-com-gookit-color
|
||||||
|
go-github-com-lithammer-fuzzysearch
|
||||||
|
go-github-com-mattn-go-runewidth
|
||||||
|
go-golang-org-x-term
|
||||||
|
go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/pterm/pterm")
|
||||||
|
(synopsis "Configurable consol outputs in Golang")
|
||||||
|
(description
|
||||||
|
"Package pterm is a modern go module to beautify console output. It can be used
|
||||||
|
without configuration, but if desired, everything can be customized down to the
|
||||||
|
smallest detail.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-rcrowley-go-metrics
|
(define-public go-github-com-rcrowley-go-metrics
|
||||||
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
|
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
|
||||||
(revision "2"))
|
(revision "2"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue