[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/63: gnu: Add go-github-com-tdewolff-argp.
From: |
guix-commits |
Subject: |
41/63: gnu: Add go-github-com-tdewolff-argp. |
Date: |
Sat, 28 Dec 2024 11:13:43 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 2ff96dfea5ca143657dde2d8a4d8ce1e60e8270e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 28 14:50:53 2024 +0000
gnu: Add go-github-com-tdewolff-argp.
* gnu/packages/golang-xyz.scm (go-github-com-tdewolff-argp): New variable.
Change-Id: I4f9497cda83800a4a43bf4f7d4d033e212ecba90
---
gnu/packages/golang-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 44b74b352e..5eacbd8b30 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10667,6 +10667,34 @@ storage system.")
@url{https://en.wikipedia.org/wiki/Bloom_filter, bloom filter}.")
(license license:bsd-2)))
+(define-public go-github-com-tdewolff-argp
+ (package
+ (name "go-github-com-tdewolff-argp")
+ (version "0.0.0-20240625173203-87b04d5d3e52")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tdewolff/argp")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0d2xqir997qrxkwmbb6pn5hgl9ii0nz19f19lrgc4ixjhxxjwyy5"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/tdewolff/argp"))
+ (native-inputs
+ (list go-github-com-tdewolff-test))
+ (propagated-inputs
+ (list go-github-com-go-sql-driver-mysql
+ go-github-com-jmoiron-sqlx
+ go-github-com-pelletier-go-toml))
+ (home-page "https://github.com/tdewolff/argp")
+ (synopsis "GNU command line argument parser")
+ (description "Command line argument parser following the GNU standard.")
+ (license license:expat)))
+
(define-public go-github-com-teambition-rrule-go
(package
(name "go-github-com-teambition-rrule-go")
- 38/63: gnu: go-github-com-client9-misspell: Fix build., (continued)
- 38/63: gnu: go-github-com-client9-misspell: Fix build., guix-commits, 2024/12/28
- 44/63: gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9ac251b645a2., guix-commits, 2024/12/28
- 40/63: gnu: Add go-github-com-jmoiron-sqlx., guix-commits, 2024/12/28
- 53/63: gnu: go-github-com-gorhill-cronexpr: Update to 0.0.0-20180427100037-88b0669f7d75., guix-commits, 2024/12/28
- 63/63: gnu: go-github-com-masterminds-sprig-v3: Update to 3.3.0., guix-commits, 2024/12/28
- 46/63: gnu: go-github-com-tdewolff-hasher: Move to golang-xyz., guix-commits, 2024/12/28
- 06/63: gnu: Add go-github-com-safchain-ethtool., guix-commits, 2024/12/28
- 28/63: gnu: go-github-com-prometheus-common-assets: Update to 0.2.0., guix-commits, 2024/12/28
- 35/63: gnu: Add go-github-com-xo-dburl., guix-commits, 2024/12/28
- 36/63: gnu: go-github-com-pquerna-ffjson: Fix tests., guix-commits, 2024/12/28
- 41/63: gnu: Add go-github-com-tdewolff-argp.,
guix-commits <=
- 33/63: gnu: go-github-com-pierrec-lz4-v4: Fix build., guix-commits, 2024/12/28
- 50/63: gnu: go-github-com-davecgh-go-xdr: Move to golang-web., guix-commits, 2024/12/28
- 56/63: gnu: go-github-com-huandu-xstrings: Update to 1.5.0., guix-commits, 2024/12/28
- 62/63: gnu: go-github-com-mitchellh-go-wordwrap: Move to golang-xyz., guix-commits, 2024/12/28
- 10/63: gnu: go-github-com-dennwc-varint: Simplify., guix-commits, 2024/12/28
- 20/63: gnu: go-github-com-godbus-dbus: Simplify., guix-commits, 2024/12/28
- 31/63: gnu: Add go-github-com-karrick-golf., guix-commits, 2024/12/28
- 43/63: gnu: go-github-com-fsnotify-fsnotify: Update to 1.8.0., guix-commits, 2024/12/28
- 39/63: gnu: go-github-com-client9-misspell: Move to golang-xyz., guix-commits, 2024/12/28
- 48/63: gnu: miniflux: Update to 2.2.4., guix-commits, 2024/12/28