mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: Add go-atomicgo-dev-cursor.
* gnu/packages/golang-xyz.scm (go-atomicgo-dev-cursor): New variable. Change-Id: I7d742bf6056b3169999157af55cc1c002e6aceb9
This commit is contained in:
parent
c8dc5b1e1e
commit
863197b9e6
1 changed files with 26 additions and 0 deletions
|
@ -85,6 +85,32 @@
|
||||||
;;; Libraries:
|
;;; Libraries:
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
|
(define-public go-atomicgo-dev-cursor
|
||||||
|
(package
|
||||||
|
(name "go-atomicgo-dev-cursor")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/atomicgo/cursor")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ds85nyd3dnjr961x9g5kflx1qdb92vn7n6wc4jbk0fjjzbrnh5s"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "atomicgo.dev/cursor"))
|
||||||
|
(home-page "https://atomicgo.dev/cursor")
|
||||||
|
(synopsis "Moving terminal cursor in Golang")
|
||||||
|
(description
|
||||||
|
"Package cursor contains cross-platform methods to move the terminal cursor in
|
||||||
|
different directions. This package can be used to create interactive CLI tools
|
||||||
|
and games, live charts, algorithm visualizations and other updatable output of
|
||||||
|
any kind.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-bazil-org-fuse
|
(define-public go-bazil-org-fuse
|
||||||
(package
|
(package
|
||||||
(name "go-bazil-org-fuse")
|
(name "go-bazil-org-fuse")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue