mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: Add go-go-abhg-dev-komplete.
* gnu/packages/golang-xyz.scm (go-go-abhg-dev-komplete): New variable. Change-Id: I75069767b85c2e859602efe3dc9fd693e3783293
This commit is contained in:
parent
3dfbb54301
commit
5d7bd9feee
1 changed files with 30 additions and 0 deletions
|
@ -8903,6 +8903,36 @@ provides Go APIs that allow you to easily embed a scripting language to your
|
|||
Go host programs.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-go-abhg-dev-komplete
|
||||
(package
|
||||
(name "go-go-abhg-dev-komplete")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/abhinav/komplete")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "060ns34mcf3a39vqairv52lkxiknrv6ghpyy0prliswfhw0hwy67"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.22
|
||||
#:import-path "go.abhg.dev/komplete"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-alecthomas-kong
|
||||
go-github-com-buildkite-shellwords))
|
||||
(home-page "https://go.abhg.dev/komplete")
|
||||
(synopsis "Shell completion support for Kong CLI parser")
|
||||
(description
|
||||
"This package provides a command-line completion engine for the
|
||||
@url{https://github.com/alecthomas/kong, Kong CLI parser}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-go-etcd-io-bbolt
|
||||
(package
|
||||
(name "go-go-etcd-io-bbolt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue