[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: Add go-github-com-surge-glog.
From: |
guix-commits |
Subject: |
08/11: gnu: Add go-github-com-surge-glog. |
Date: |
Sun, 22 Mar 2020 03:58:18 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 62cfb4915970e90d2379456ac1d0581ffbf04b76
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 15 23:15:28 2020 +0200
gnu: Add go-github-com-surge-glog.
* gnu/packages/golang.scm (go-github-com-surge-glog): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0386352..e207a57 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3623,3 +3623,27 @@ to use.")
physical system memory accessible to the kernel. It does not account for
memory
used by other processes.")
(license license:bsd-3))))
+
+(define-public go-github-com-surge-glog
+ (let ((commit "2578deb2b95c665e6b1ebabf304ce2085c9e1985")
+ (revision "1"))
+ (package
+ (name "go-github-com-surge-glog")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/surge/glog")
+ (commit commit)))
+ (file-name (string-append "go-github-com-surge-glog-"
+ version "-checkout"))
+ (sha256
+ (base32
+ "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/surge/glog"))
+ (home-page "https://github.com/surge/glog")
+ (synopsis "Leveled execution logs for Go")
+ (description "Leveled execution logs for Go.")
+ (license license:asl2.0))))
- branch master updated (405c0c9 -> 10d3fbf), guix-commits, 2020/03/22
- 03/11: gnu: Add go-github-com-golang-freetype., guix-commits, 2020/03/22
- 02/11: gnu: Add go-golang-org-rainycape-unidecode., guix-commits, 2020/03/22
- 04/11: gnu: Add go-github-com-fogleman-gg., guix-commits, 2020/03/22
- 06/11: gnu: Add go-github-com-klauspost-cpuid., guix-commits, 2020/03/22
- 07/11: gnu: Add go-github-com-pbnjay-memory., guix-commits, 2020/03/22
- 09/11: gnu: Add go-github-com-surgebase-porter2., guix-commits, 2020/03/22
- 10/11: gnu: Add edirect-go-programs., guix-commits, 2020/03/22
- 08/11: gnu: Add go-github-com-surge-glog.,
guix-commits <=
- 05/11: gnu: Add go-github-com-gedex-inflector., guix-commits, 2020/03/22
- 01/11: gnu: Add go-golang-org-x-image., guix-commits, 2020/03/22
- 11/11: gnu: edirect: Install more programs., guix-commits, 2020/03/22