[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/20: gnu: Add go-github-com-motemen-go-colorine.
From: |
guix-commits |
Subject: |
16/20: gnu: Add go-github-com-motemen-go-colorine. |
Date: |
Sun, 3 Jan 2021 10:25:03 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 6296c032a3295a5a1920d432a595897ccd99cf48
Author: Joseph LaFreniere <joseph@lafreniere.xyz>
AuthorDate: Sun Nov 8 21:38:18 2020 -0600
gnu: Add go-github-com-motemen-go-colorine.
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e492c60..4cdd6d4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -507,6 +507,31 @@ jar struct to manage the cookies added to the cookie jar.")
(description "This package provides additions to Go's stdlib @code{fmt}.")
(license license:bsd-3)))
+(define-public go-github-com-motemen-go-colorine
+ (let ((commit "45d19169413a019e4e2be69629dde5c7d92f8706")
+ (revision "0"))
+ (package
+ (name "go-github-com-motemen-go-colorine")
+ (version (git-version "0.0.0" revision commit))
+ (home-page "https://github.com/motemen/go-colorine")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
"1mdy6q0926s1frj027nlzlvm2qssmkpjis7ic3l2smajkzh07118"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/motemen/go-colorine"))
+ (inputs
+ `(("github.com/daviddengcn/go-colortext"
,go-github-com-daviddengcn-go-colortext)))
+ (synopsis "Simple colorized console logger for golang")
+ (description
+ "This package provides simple colorized console logger for golang.")
+ (license license:expat))))
+
(define-public go-github-com-daviddengcn-go-colortext
(package
(name "go-github-com-daviddengcn-go-colortext")
- 09/20: gnu: Add go-gopkg-in-go-playground-assert-v1., (continued)
- 09/20: gnu: Add go-gopkg-in-go-playground-assert-v1., guix-commits, 2021/01/03
- 01/20: gnu: rav1e: Update to 0.3.5., guix-commits, 2021/01/03
- 08/20: gnu: Add go-github-com-go-playground-universal-translator., guix-commits, 2021/01/03
- 10/20: gnu: Add go-gopkg-in-go-playground-validator-v9., guix-commits, 2021/01/03
- 07/20: gnu: Add go-github-com-go-playground-locales., guix-commits, 2021/01/03
- 11/20: gnu: Add go-github-com-goccy-yaml., guix-commits, 2021/01/03
- 12/20: gnu: Add go-github-com-songmu-gitconfig., guix-commits, 2021/01/03
- 13/20: gnu: Add go-github-com-golangplus-fmt., guix-commits, 2021/01/03
- 17/20: gnu: Add go-golang.org-x-net-html., guix-commits, 2021/01/03
- 18/20: gnu: Add go-github-com-urfave-cli-v2., guix-commits, 2021/01/03
- 16/20: gnu: Add go-github-com-motemen-go-colorine.,
guix-commits <=
- 19/20: gnu: go-github-com-motemen-go-colorine: Propagate inputs., guix-commits, 2021/01/03
- 14/20: gnu: Add go-github-com-golangplus-testing., guix-commits, 2021/01/03
- 15/20: gnu: Add go-github-com-daviddengcn-go-colortext., guix-commits, 2021/01/03
- 20/20: gnu: Add ghq., guix-commits, 2021/01/03