mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add go-git-sr-ht-rockorager-vaxis.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-rockorager-vaxis): New variable. Change-Id: I7f8815d9c840f204ea9f7cec3a8c73175f096f31
This commit is contained in:
parent
982bb6d468
commit
d650834c63
1 changed files with 36 additions and 0 deletions
|
@ -321,6 +321,42 @@ (define-public go-git-sr-ht-rjarry-go-opt
|
||||||
commands.")
|
commands.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-git-sr-ht-rockorager-vaxis
|
||||||
|
(package
|
||||||
|
(name "go-git-sr-ht-rockorager-vaxis")
|
||||||
|
(version "0.9.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://git.sr.ht/~rockorager/vaxis")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0pmi4bigqgrfdlk9d6ia3jxgcr4iadiyynf6bny9fdc3yyppcxic"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "git.sr.ht/~rockorager/vaxis"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-containerd-console
|
||||||
|
go-github-com-creack-pty
|
||||||
|
go-github-com-mattn-go-runewidth
|
||||||
|
go-github-com-mattn-go-sixel
|
||||||
|
go-github-com-rivo-uniseg
|
||||||
|
go-golang-org-x-exp
|
||||||
|
go-golang-org-x-image
|
||||||
|
go-golang-org-x-sys))
|
||||||
|
(home-page "https://git.sr.ht/~rockorager/vaxis")
|
||||||
|
(synopsis "TUI library for Golang")
|
||||||
|
(description
|
||||||
|
"Package vaxis is a terminal user interface for modern terminals. It
|
||||||
|
supports supports modern terminal features, such as styled underlines and
|
||||||
|
graphics. A widgets package is provided with some useful widgets.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-git-sr-ht-sircmpwn-getopt
|
(define-public go-git-sr-ht-sircmpwn-getopt
|
||||||
(package
|
(package
|
||||||
(name "go-git-sr-ht-sircmpwn-getopt")
|
(name "go-git-sr-ht-sircmpwn-getopt")
|
||||||
|
|
Loading…
Reference in a new issue