mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-tdewolff-argp.
* gnu/packages/golang-xyz.scm (go-github-com-tdewolff-argp): New variable. Change-Id: I4f9497cda83800a4a43bf4f7d4d033e212ecba90
This commit is contained in:
parent
e0c5a11967
commit
85b0072ec9
1 changed files with 28 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue