GNU bug report logs -
#72874
[PATCH 0/8] gnu: Add toml-test.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Thu, 29 Aug 2024 15:10:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang-xyz.scm (go-zgo-at-zli): New variable.
Change-Id: Ia9ed0ffe30933848ecda0c9130f02285407572b1
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 220d556915..cc9f4e56d9 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6955,6 +6955,31 @@ (define-public go-zgo-at-termtext
terminals.")
(license license:expat)))
+(define-public go-zgo-at-zli
+ (package
+ (name "go-zgo-at-zli")
+ (version "0.0.0-20240614180544-47534b1ce136")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arp242/zli")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0jbh3p5xljd9y3334fczf8lfp0hdjnsi086hmkfnfh9w8k1h3b2r"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "zgo.at/zli"))
+ (home-page "https://github.com/arp242/zli")
+ (synopsis "Go library for writing command line interface programs")
+ (description
+ "@samp{zli} is a Go library for writing command line interface
+programs. It includes flag parsing, color escape codes, various
+helpful utility functions, and makes testing fairly easy.")
+ (license license:expat)))
+
(define-public go-zgo-at-zstd
(package
(name "go-zgo-at-zstd")
--
2.45.2
This bug report was last modified 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.