[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: Add go-github-com-mreiferson-go-options.
From: |
guix-commits |
Subject: |
07/10: gnu: Add go-github-com-mreiferson-go-options. |
Date: |
Mon, 4 Sep 2023 23:45:49 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 843970f634ade17fadb46dd4b61f1b9c3b60951a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 1 20:58:15 2023 +0100
gnu: Add go-github-com-mreiferson-go-options.
* gnu/packages/golang.scm (go-github-com-mreiferson-go-options): New
variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 262410996c..1aab6b32eb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6400,6 +6400,29 @@ trivial @command{big.Int} encoding benchmark results in
6 times faster
encoding and 8 times faster decoding.")
(license license:expat))))
+(define-public go-github-com-mreiferson-go-options
+ (package
+ (name "go-github-com-mreiferson-go-options")
+ (version "1.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mreiferson/go-options")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1pxs9ybrh196qy14ijn4zn51h2z28lj31y6vxrz2xxhgvpmfmxyl"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/mreiferson/go-options"))
+ (home-page "https://github.com/mreiferson/go-options")
+ (synopsis "Go package to structure and resolve options")
+ (description
+ "The @code{options} Go package resolves configuration values set via
+command line flags, config files, and default struct values.")
+ (license license:expat)))
+
(define-public go-github-com-mreiferson-go-svc
;; NSQ specific fork of github.com/judwhite/go-svc, as Guix go build system
;; does not support go.mod with `replace' statement.
- branch master updated (31baada263 -> bf231a591c), guix-commits, 2023/09/04
- 01/10: gnu: freerdp: Enable server build., guix-commits, 2023/09/04
- 04/10: gnu: Add go-github-com-bmizerany-perks-quantile., guix-commits, 2023/09/04
- 06/10: gnu: Add go-github-com-julienschmidt-httprouter., guix-commits, 2023/09/04
- 07/10: gnu: Add go-github-com-mreiferson-go-options.,
guix-commits <=
- 09/10: gnu: Add go-github-com-nsqio-go-nsq., guix-commits, 2023/09/04
- 03/10: gnu: Add go-github-com-bitly-timer-metrics., guix-commits, 2023/09/04
- 08/10: gnu: Add go-github-com-nsqio-go-diskqueue., guix-commits, 2023/09/04
- 02/10: gnu: Add go-github-com-bitly-go-hostpool., guix-commits, 2023/09/04
- 05/10: gnu: Add go-github-com-mreiferson-go-svc., guix-commits, 2023/09/04
- 10/10: gnu: Add nsq., guix-commits, 2023/09/04