guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]