1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: Add go-github-com-hinshun-vt10x.

* gnu/packages/golang-xyz.scm (go-github-com-hinshun-vt10x): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I30edcf4a64b5db1c179ebc3b825c2f0a8e1664e1
This commit is contained in:
David Thompson 2025-06-02 12:20:28 +02:00 committed by Ludovic Courtès
parent 8fbd4cdba2
commit 3b7695653d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -8217,6 +8217,32 @@ anniversaries.")
@end itemize")
(license license:bsd-3)))
(define-public go-github-com-hinshun-vt10x
(package
(name "go-github-com-hinshun-vt10x")
(version "0.0.0-20220301184237-5011da428d02")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hinshun/vt10x")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0pzdwwbzxrsqjb8xfzmfpkyb1gbcszrrimr70cz75jjk2535r26b"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/hinshun/vt10x"))
(home-page "https://github.com/hinshun/vt10x")
(synopsis "vt10x terminal emulation backend")
(description
"Package terminal is a vt10x terminal emulation backend, influenced
largely by st, rxvt, xterm, and iTerm as reference. Use it for terminal
muxing, a terminal emulation frontend, or wherever else you need terminal
emulation.")
(license license:expat)))
(define-public go-github-com-hodgesds-perf-utils
(package
(name "go-github-com-hodgesds-perf-utils")