mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kataras-pio: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kataras-pio): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ibbd6329cb264458d03e3da64d6a051b360d0d8d3
This commit is contained in:
parent
fc07de05d7
commit
5646fb717d
2 changed files with 25 additions and 24 deletions
|
@ -8244,6 +8244,31 @@ them.")
|
||||||
"Go long flag: a light-weight long and short command line option parser.")
|
"Go long flag: a light-weight long and short command line option parser.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-kataras-pio
|
||||||
|
(package
|
||||||
|
(name "go-github-com-kataras-pio")
|
||||||
|
(version "0.0.13")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kataras/pio")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1z0fkhs6amnkvb02519pfxy2x2r5sfmvdzxfi31ipa17m98pk3bq"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/kataras/pio"))
|
||||||
|
(home-page "https://github.com/kataras/pio")
|
||||||
|
(synopsis "Pill for Input/Output")
|
||||||
|
(description
|
||||||
|
"PIO is a low-level package that provides a way to centralize different
|
||||||
|
output targets. Supports colors and text decoration to all popular
|
||||||
|
terminals.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-kballard-go-shellquote
|
(define-public go-github-com-kballard-go-shellquote
|
||||||
;; No release, see <https://github.com/kballard/go-shellquote/issues/13>.
|
;; No release, see <https://github.com/kballard/go-shellquote/issues/13>.
|
||||||
(let ((commit "95032a82bc518f77982ea72343cc1ade730072f0")
|
(let ((commit "95032a82bc518f77982ea72343cc1ade730072f0")
|
||||||
|
|
|
@ -1242,30 +1242,6 @@ networks where it would otherwise be blocked or heavily throttled.")
|
||||||
(description "GoLog is a level-based logger written in Go.")
|
(description "GoLog is a level-based logger written in Go.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-kataras-pio
|
|
||||||
(package
|
|
||||||
(name "go-github-com-kataras-pio")
|
|
||||||
(version "0.0.13")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri
|
|
||||||
(git-reference
|
|
||||||
(url "https://github.com/kataras/pio")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1z0fkhs6amnkvb02519pfxy2x2r5sfmvdzxfi31ipa17m98pk3bq"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/kataras/pio"))
|
|
||||||
(home-page "https://github.com/kataras/pio")
|
|
||||||
(synopsis "Pill for Input/Output")
|
|
||||||
(description "PIO is a low-level package that provides a way to centralize
|
|
||||||
different output targets. Supports colors and text decoration to all popular
|
|
||||||
terminals.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public go-github-com-kortschak-utter
|
(define-public go-github-com-kortschak-utter
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kortschak-utter")
|
(name "go-github-com-kortschak-utter")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue