[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: Add go-github.com-jessevdk-go-flags.
From: |
Christopher Baines |
Subject: |
03/10: gnu: Add go-github.com-jessevdk-go-flags. |
Date: |
Tue, 30 Jan 2018 02:45:04 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 60a8cbc4b7ed5772263c113aa07af594e854739a
Author: Christopher Baines <address@hidden>
Date: Sun Jan 21 10:43:02 2018 +0000
gnu: Add go-github.com-jessevdk-go-flags.
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): 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 f21149a..323786c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -446,3 +446,28 @@ interfaces in Go. The goal is to enable developers to
write fast and
distributable command line applications in an expressive way.")
(home-page "https://github.com/davidjpeacock/cli")
(license license:expat))))
+
+(define-public go-github.com-jessevdk-go-flags
+ (package
+ (name "go-github.com-jessevdk-go-flags")
+ (version "1.3.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jessevdk/go-flags")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1jk2k2l10lwrn1r3nxdvbs0yz656830j4khzirw8p4ahs7c5zz36"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/jessevdk/go-flags"))
+ (synopsis "Go library for parsing command line arguments")
+ (description
+ "The @code{flags} package provides a command line option parser. The
+functionality is similar to the go builtin @code{flag} package, but
address@hidden provides more options and uses reflection to provide a succinct
+way of specifying command line options.")
+ (home-page "https://github.com/jessevdk/go-flags")
+ (license license:bsd-3)))
- branch master updated (be88eb2 -> 33c88fc), Christopher Baines, 2018/01/30
- 05/10: gnu: Add daemontools., Christopher Baines, 2018/01/30
- 08/10: gnu: Add go-github.com-mattn-go-runewidth., Christopher Baines, 2018/01/30
- 02/10: gnu: Add go-github.com-howeyc-gopass., Christopher Baines, 2018/01/30
- 07/10: gnu: Add go-gopkg.in-tomb.v2., Christopher Baines, 2018/01/30
- 09/10: gnu: Add go-github.com-nsf-termbox-go., Christopher Baines, 2018/01/30
- 04/10: gnu: Add go-gopkg.in-check.v1., Christopher Baines, 2018/01/30
- 06/10: gnu: Add go-gopkg.in-mgo.v2., Christopher Baines, 2018/01/30
- 03/10: gnu: Add go-github.com-jessevdk-go-flags.,
Christopher Baines <=
- 10/10: gnu: Add mongo-tools., Christopher Baines, 2018/01/30
- 01/10: gnu: Add go-golang.org-x-crypto-ssh-terminal., Christopher Baines, 2018/01/30