summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-25 12:37:31 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-25 12:37:31 +0000
commit1724e8635d09f987a96a643974ba9d9bd597639e (patch)
tree961e7f23ea3122b9e5727b67a8585f21209fd8ed /gnu/packages/golang-xyz.scm
parent193aac9a4d8f3f48b93c9e9f4abd11ff2ed38162 (diff)
gnu: go-github-com-schachmat-ingo: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-schachmat-ingo): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I36ef07e80b18b7ca6020ecc749061fc9ac7afdc8
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index d6456a814c..fee2f77225 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -13194,6 +13194,30 @@ specified in DCE 1.1).")
"Golang utilities to make your life easier with zero allocations.")
(license license:asl2.0)))
+(define-public go-github-com-schachmat-ingo
+ (package
+ (name "go-github-com-schachmat-ingo")
+ (version "0.0.0-20170403011506-a4bdc0729a3f")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/schachmat/ingo")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1gw0kddy7jh3467imsqni86cf9yq7k6vpfc0ywkbwj0zsjsdgd49"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/schachmat/ingo"))
+ (home-page "https://github.com/schachmat/ingo")
+ (synopsis "Go library to persist flags in a INI-like configuration file")
+ (description
+ "Ingo is a Go library helping you to persist flags in a INI-like
+configuration file.")
+ (license license:isc)))
+
(define-public go-github-com-schollz-progressbar-v3
(package
(name "go-github-com-schollz-progressbar-v3")