mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-lunixbochs-vtclean.
* gnu/packages/golang.scm (go-github-com-lunixbochs-vtclean): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
f0902bd2c0
commit
feee342b66
1 changed files with 23 additions and 0 deletions
|
@ -6082,6 +6082,29 @@ network protocol.")
|
||||||
(home-page "https://github.com/lucas-clemente/quic-go")
|
(home-page "https://github.com/lucas-clemente/quic-go")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-lunixbochs-vtclean
|
||||||
|
(package
|
||||||
|
(name "go-github-com-lunixbochs-vtclean")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/lunixbochs/vtclean")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0jqn33l1kzy4dk66zbvxz7rlgkgg34s9mhc8z0lrz0i88466zhd8"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments (list #:import-path "github.com/lunixbochs/vtclean"))
|
||||||
|
(home-page "https://github.com/lunixbochs/vtclean")
|
||||||
|
(synopsis "Filter out terminal escape sequences")
|
||||||
|
(description
|
||||||
|
"The @code{vtclean} provides the @command{vtclean} command and a library
|
||||||
|
designed to clean up raw terminal output by stripping escape sequences,
|
||||||
|
optionally preserving color.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-francoispqt-gojay
|
(define-public go-github-com-francoispqt-gojay
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-francoispqt-gojay")
|
(name "go-github-com-francoispqt-gojay")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue