[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/401: gnu: Add go-go-abhg-dev-komplete.
From: |
guix-commits |
Subject: |
85/401: gnu: Add go-go-abhg-dev-komplete. |
Date: |
Thu, 26 Dec 2024 19:30:33 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 39091b63b7c8b1370a0a2dc5b1930125af48ce29
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 5 23:58:34 2024 +0000
gnu: Add go-go-abhg-dev-komplete.
* gnu/packages/golang-xyz.scm (go-go-abhg-dev-komplete): New variable.
Change-Id: I75069767b85c2e859602efe3dc9fd693e3783293
---
gnu/packages/golang-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f3aeb13944..076b4e3c49 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")
- 254/401: gnu: go-golang-org-x-crypto: Simplify., (continued)
- 254/401: gnu: go-golang-org-x-crypto: Simplify., guix-commits, 2024/12/26
- 129/401: gnu: Add go-github-com-containerd-cgroups-v3., guix-commits, 2024/12/26
- 257/401: gnu: go-golang-org-x-text: Update to 0.21.0., guix-commits, 2024/12/26
- 258/401: gnu: go-github-com-yuin-goldmark: Update to 1.7.8., guix-commits, 2024/12/26
- 264/401: gnu: go-golang-org-x-sys: Simplify., guix-commits, 2024/12/26
- 274/401: gnu: Add go-gotest-tools-v3., guix-commits, 2024/12/26
- 270/401: gnu: go-github-com-golang-protobuf: Simplify., guix-commits, 2024/12/26
- 284/401: gnu: go-github-com-emirpasic-gods: Update to 1.18.1., guix-commits, 2024/12/26
- 288/401: gnu: go-gopkg-in-warnings-v0: Move to golang-xyz., guix-commits, 2024/12/26
- 82/401: gnu: Add packages/golang-vcs module., guix-commits, 2024/12/26
- 85/401: gnu: Add go-go-abhg-dev-komplete.,
guix-commits <=
- 91/401: gnu: Add protoc-gen-go., guix-commits, 2024/12/26
- 96/401: gnu: Add go-github-com-antihax-optional., guix-commits, 2024/12/26
- 107/401: gnu: go-github-com-go-sql-driver-mysql: Move to golang-xyz., guix-commits, 2024/12/26
- 121/401: gnu: go-github-com-sirupsen-logrus: Adjust inputs., guix-commits, 2024/12/26
- 103/401: gnu: Add go-github-com-goccmack-gocc., guix-commits, 2024/12/26
- 118/401: gnu: Add go-github-com-jackc-pgconn., guix-commits, 2024/12/26
- 111/401: gnu: Add go-github-com-jackc-pgio., guix-commits, 2024/12/26
- 119/401: gnu: go-github-com-sirupsen-logrus: Skip one test., guix-commits, 2024/12/26
- 122/401: gnu: go-github-com-go-quicktest-qt: Skip some failing tests., guix-commits, 2024/12/26
- 112/401: gnu: Add go-github-com-jackc-pgpassfile., guix-commits, 2024/12/26