mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: Add go-github-com-morikuni-aec.
* gnu/packages/golang-xyz.scm (go-github-com-morikuni-aec): New variable. Change-Id: Ie1165d03c767eed5aa616cf0daa1d242a583d594
This commit is contained in:
parent
492fad035b
commit
3422714004
1 changed files with 22 additions and 0 deletions
|
|
@ -15100,6 +15100,28 @@ values pointed to. Unexported field values are not copied.")
|
|||
"This package provides a fast gitignore matching library for Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-morikuni-aec
|
||||
(package
|
||||
(name "go-github-com-morikuni-aec")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/morikuni/aec")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qaqh0lk9wrqgff0yrxnbznvmwyhdxy3g9b2hjpazp5bw4nj0dp7"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/morikuni/aec"))
|
||||
(home-page "https://github.com/morikuni/aec")
|
||||
(synopsis "Go wrapper for ANSI escape code")
|
||||
(description "This package provides a wrapper for ANSI escape code.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-motemen-go-colorine
|
||||
(package
|
||||
(name "go-github-com-motemen-go-colorine")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue