[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: Add go-github-com-pbnjay-memory.
From: |
guix-commits |
Subject: |
07/11: gnu: Add go-github-com-pbnjay-memory. |
Date: |
Sun, 22 Mar 2020 03:58:18 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 03baf02e6f2ad81cc30b25762d702a343a775f2c
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 15 23:14:45 2020 +0200
gnu: Add go-github-com-pbnjay-memory.
* gnu/packages/golang.scm (go-github-com-pbnjay-memory): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4a3b50e..0386352 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3597,3 +3597,29 @@ through the life of the application. Currently x86 /
x64 (AMD64) is supported,
and no external C (cgo) code is used, which should make the library very eas
to use.")
(license license:expat)))
+
+(define-public go-github-com-pbnjay-memory
+ (let ((commit "974d429e7ae40c89e7dcd41cfcc22a0bfbe42510")
+ (revision "1"))
+ (package
+ (name "go-github-com-pbnjay-memory")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pbnjay/memory")
+ (commit commit)))
+ (file-name (string-append "go-github-com-pbnjay-memory-"
+ version "-checkout"))
+ (sha256
+ (base32
+ "0kazg5psdn90pqadrzma5chdwh0l2by9z31sspr47gx93fhjmkkq"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/pbnjay/memory"))
+ (home-page "https://github.com/gedex/inflector")
+ (synopsis "Go library to report total system memory")
+ (description "@code{memory} provides a single method reporting total
+physical system memory accessible to the kernel. It does not account for
memory
+used by other processes.")
+ (license license:bsd-3))))
- 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 <=
- 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, 2020/03/22
- 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