[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/172: gnu: Add go-github-com-xlab-treeprint.
From: |
guix-commits |
Subject: |
110/172: gnu: Add go-github-com-xlab-treeprint. |
Date: |
Mon, 21 Oct 2024 17:30:37 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 2ce56492e21ceec852015f298b42053449a86f46
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 20:41:56 2024 +0100
gnu: Add go-github-com-xlab-treeprint.
* gnu/packages/golang-xyz.scm (go-github-com-xlab-treeprint): New variable.
Change-Id: I5bd6543c5a34881a6a1c084bdb006c6086c312e4
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index dbb3122426..afce3f51ee 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7265,6 +7265,31 @@ string. The string can be a string retorned for
@code{time.Duration} or a
similar string with weeks or days too.")
(license license:bsd-3)))
+(define-public go-github-com-xlab-treeprint
+ (package
+ (name "go-github-com-xlab-treeprint")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xlab/treeprint")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00k1xj3rwqa5f6n9fks8bh1m7vzssdjwxnam9kzy0rlbc74lgkl3"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/xlab/treeprint"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (home-page "https://github.com/xlab/treeprint")
+ (synopsis "ASCII tree composing tool")
+ (description
+ "This package provides a simple ASCII tree composing tool.")
+ (license license:expat)))
+
(define-public go-github-com-yuin-gopher-lua
(package
(name "go-github-com-yuin-gopher-lua")
- 112/172: gnu: Add go-github-com-dgryski-go-ddmin., (continued)
- 112/172: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/10/21
- 36/172: gnu: go-github-com-golang-groupcache: Fix indentation., guix-commits, 2024/10/21
- 72/172: gnu: go-github-com-google-uuid: Move to golang-build., guix-commits, 2024/10/21
- 50/172: gnu: go-github-com-google-go-cmdtest: Update to 0.4.0., guix-commits, 2024/10/21
- 47/172: gnu: go-golang-org-x-tools: Update to 0.25.0., guix-commits, 2024/10/21
- 51/172: gnu: go-github-com-google-go-cmdtest: Fix indentation, guix-commits, 2024/10/21
- 74/172: gnu: go-github-com-google-btree: Move to golang-build., guix-commits, 2024/10/21
- 91/172: gnu: Add go-github-com-rs-xid., guix-commits, 2024/10/21
- 94/172: gnu: chezmoi: Update to 1.8.10., guix-commits, 2024/10/21
- 92/172: gnu: Add go-github-com-rs-zerolog., guix-commits, 2024/10/21
- 110/172: gnu: Add go-github-com-xlab-treeprint.,
guix-commits <=
- 25/172: gnu: go-golang-org-x-mod: Update to 0.21.0., guix-commits, 2024/10/21
- 35/172: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da., guix-commits, 2024/10/21
- 32/172: gnu: go-google-golang-org-protobuf: Update to 1.34.2., guix-commits, 2024/10/21
- 09/172: gnu: Add go-html2text., guix-commits, 2024/10/21
- 19/172: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/10/21
- 12/172: gnu: Add go-github-com-deckarep-golang-set-v2., guix-commits, 2024/10/21
- 34/172: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/10/21
- 41/172: gnu: go-github-com-prometheus-client-golang: Fix build., guix-commits, 2024/10/21
- 28/172: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/10/21
- 52/172: gnu: go-mvdan-cc-xurls: Rename variable., guix-commits, 2024/10/21