GNU bug report logs -
#31625
[PATCH 1/6] gnu: Add go-github-com-urfave-cli.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-google-cadvisor): New varaible.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ee460c030..81a494584 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1550,3 +1550,29 @@ golang.")
(description "Rest asks developpers to use @code{http} methods
explicitly and in a way that's consistent with the protocol definition.")
(license license:expat))))
+
+(define-public go-github-com-google-cadvisor
+ (let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")
+ (revision "0"))
+ (package
+ (name "go-github-com-google-cadvisor")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/cadvisor.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1w8p345z5j0gk3yiq5ah0znd5lfh348p2s624k5r10drz04p3f55"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/google/cadvisor"))
+ (home-page "https://github.com/google/cadvisor")
+ (synopsis "This package is resource usage analyzes for running
+containers")
+ (description "Cadvisor provides information about the resource usage and
+preformance characteristics of running contrainers.")
+ (license license:asl2.0))))
--
2.17.0
This bug report was last modified 7 years and 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.