[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/34: gnu: Add go-github-com-whyrusleeping-progmeter.
From: |
Pierre Neidhardt |
Subject: |
30/34: gnu: Add go-github-com-whyrusleeping-progmeter. |
Date: |
Wed, 24 Oct 2018 06:28:56 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 38566e975ec9a743f724efecd9829ebf630f6806
Author: Pierre Neidhardt <address@hidden>
Date: Wed Oct 24 12:11:41 2018 +0200
gnu: Add go-github-com-whyrusleeping-progmeter.
* gnu/packages/golang.scm (go-github-com-whyrusleeping-progmeter): New
variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 34d6011..de4e3f2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3260,3 +3260,28 @@ fast and distributable command line applications in an
expressive way.")
(description "A library to query JSON objects marshalled into
@command{map[string]interface{}}.")
(license license:expat))))
+
+(define-public go-github-com-whyrusleeping-progmeter
+ (let ((commit "f3e57218a75b913eff88d49a52c1debf9684ea04")
+ (revision "0"))
+ (package
+ (name "go-github-com-whyrusleeping-progmeter")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/whyrusleeping/progmeter.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0xs8rz6yhpvj9512c5v3b8dwr2kivywnyyfxzdfbr6fy1xc8zskb"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path
+ "github.com/whyrusleeping/progmeter"))
+ (home-page "https://github.com/whyrusleeping/progmeter")
+ (synopsis "Progress meter for Go")
+ (description "Progress meter for Go.")
+ (license license:expat))))
- 34/34: gnu: Add gx., (continued)
- 34/34: gnu: Add gx., Pierre Neidhardt, 2018/10/24
- 32/34: gnu: Add go-github-com-ipfs-go-ipfs-cmdkit-files., Pierre Neidhardt, 2018/10/24
- 16/34: gnu: Add go-github-com-minio-blake2b-simd., Pierre Neidhardt, 2018/10/24
- 24/34: gnu: Add go-github-com-multiformats-go-multiaddr-net., Pierre Neidhardt, 2018/10/24
- 20/34: gnu: Add go-github-com-libp2p-go-libp2p-protocol., Pierre Neidhardt, 2018/10/24
- 25/34: gnu: Add go-github-com-whyrusleeping-tar-utils., Pierre Neidhardt, 2018/10/24
- 21/34: gnu: Add go-github-com-libp2p-go-libp2p-metrics., Pierre Neidhardt, 2018/10/24
- 29/34: gnu: Add go-github-com-whyrusleeping-json-filter., Pierre Neidhardt, 2018/10/24
- 27/34: gnu: Add go-github-com-sabhiram-go-gitignore., Pierre Neidhardt, 2018/10/24
- 28/34: gnu: Add go-github-com-urfave-cli., Pierre Neidhardt, 2018/10/24
- 30/34: gnu: Add go-github-com-whyrusleeping-progmeter.,
Pierre Neidhardt <=
- 23/34: gnu: Add go-github-com-multiformats-go-multiaddr., Pierre Neidhardt, 2018/10/24