guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

111/172: gnu: Add go-github-com-ryanuber-columnize.


From: guix-commits
Subject: 111/172: gnu: Add go-github-com-ryanuber-columnize.
Date: Sat, 9 Nov 2024 16:45:04 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 57d3951381b3b1b60c15babaeb37133e9fe610b8
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 20:48:42 2024 +0100

    gnu: Add go-github-com-ryanuber-columnize.
    
    * gnu/packages/golang-xyz.scm (go-github-com-ryanuber-columnize): New 
variable.
    
    Change-Id: I6cd3a54c445c312461e242ae221228993a24e0e6
---
 gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7b7e83508c..c323a21a7e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6464,6 +6464,29 @@ Included are the following:
 logging.")
     (license license:expat)))
 
+(define-public go-github-com-ryanuber-columnize
+  (package
+    (name "go-github-com-ryanuber-columnize")
+    (version "2.1.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ryanuber/columnize";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0xxzzgvfabc2qx6n313vis8l4npkggiy5kjflv0arm2y7xnv73qj"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/ryanuber/columnize"))
+    (home-page "https://github.com/ryanuber/columnize";)
+    (synopsis "Column formatted output for golang")
+    (description
+     "This package implements column-formatted output for Golang.")
+    (license license:expat)))
+
 (define-public go-github-com-schollz-progressbar-v3
   (package
     (name "go-github-com-schollz-progressbar-v3")



reply via email to

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