mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: Add go-github-com-aymanbagabas-go-osc52-v2.
* gnu/packages/golang-xyz.scm (go-github-com-aymanbagabas-go-osc52-v2): New variable. Change-Id: I6a6bcfb2edce1e062034bd84648c1f4c563c560f
This commit is contained in:
parent
a60fd37762
commit
54f52ae136
1 changed files with 24 additions and 0 deletions
|
@ -820,6 +820,30 @@ (define-public go-github-com-audriusbutkevicius-recli
|
|||
stored in a Go struct.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public go-github-com-aymanbagabas-go-osc52-v2
|
||||
(package
|
||||
(name "go-github-com-aymanbagabas-go-osc52-v2")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aymanbagabas/go-osc52")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y4y49zys7fi5wpicpdmjqnk0mb6569zg546km02yck2349jl538"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/aymanbagabas/go-osc52/v2"))
|
||||
(home-page "https://github.com/aymanbagabas/go-osc52")
|
||||
(synopsis "Terminal ANSI OSC52 wrapper")
|
||||
(description
|
||||
"OSC52 is a terminal escape sequence that allows copying text to the
|
||||
clipboard.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-benbjohnson-clock
|
||||
(package
|
||||
(name "go-github-com-benbjohnson-clock")
|
||||
|
|
Loading…
Reference in a new issue