guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 873465c458cb3a6f2a9b037781a3faf7a166080b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 10 09:36:48 2025 +0100

    gnu: Add go-github-com-nvveen-gotty.
    
    * gnu/packages/golang-xyz.scm (go-github-com-nvveen-gotty): New variable.
    
    Change-Id: I2611e0df001aa870598f7f86a635ed1623b4cf5f
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 6791401220..d3a6bee9f5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14143,6 +14143,33 @@ queue.")
 NSQ protocol @url{https://nsq.io/}.";)
     (license license:expat)))
 
+(define-public go-github-com-nvveen-gotty
+  (package
+    (name "go-github-com-nvveen-gotty")
+    (version "0.0.0-20120604004816-cd527374f1e5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/Nvveen/Gotty";)
+              (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1ylvr1p6p036ns3g3wdz8f92f69symshkc8j54fa6gpg4hyk0k6q"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:tests? #f       ;no tests provided
+      #:import-path "github.com/Nvveen/Gotty"))
+    (home-page "https://github.com/Nvveen/Gotty";)
+    (synopsis "Interpretation and loading of Termcap database files")
+    (description
+     "This package implements a functionality for reading and parsing the
+@url{https://en.wikipedia.org/wiki/Termcap, terminfo database}.")
+    ;; Usage of this source code is governed by a BSD-style license that can be
+    ;; found in the LICENSE file.
+    (license license:bsd-0)))
+
 (define-public go-github-com-nxadm-tail
   (package
     (name "go-github-com-nxadm-tail")

Reply via email to