[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/169: gnu: Add go-github-com-xlab-treeprint.
From: |
guix-commits |
Subject: |
110/169: gnu: Add go-github-com-xlab-treeprint. |
Date: |
Thu, 26 Sep 2024 09:26:06 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 2bce28645f6654e75e9858c5314035afe2f31e89
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 8686f3f286..192d41183d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7213,6 +7213,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")
- 139/169: gnu: Add go-github-com-smarty-assertions., (continued)
- 139/169: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/09/26
- 141/169: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/09/26
- 143/169: gnu: Remove go-github.com-smartystreets-gunit., guix-commits, 2024/09/26
- 153/169: gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build., guix-commits, 2024/09/26
- 159/169: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/09/26
- 158/169: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/09/26
- 161/169: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/09/26
- 162/169: gnu: Add go-github-com-matryer-is., guix-commits, 2024/09/26
- 163/169: gnu: Add go-github-com-goreleaser-fileglob., guix-commits, 2024/09/26
- 164/169: gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d., guix-commits, 2024/09/26
- 110/169: gnu: Add go-github-com-xlab-treeprint.,
guix-commits <=
- 124/169: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build., guix-commits, 2024/09/26
- 134/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests., guix-commits, 2024/09/26
- 93/169: gnu: Add go-github-com-muesli-combinator., guix-commits, 2024/09/26
- 106/169: gnu: Add go-github-com-circonus-labs-go-apiclient., guix-commits, 2024/09/26
- 147/169: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/09/26
- 157/169: gnu: packages/high-availability: Remove golang module., guix-commits, 2024/09/26
- 112/169: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/09/26
- 117/169: guix: Add copyright records., guix-commits, 2024/09/26
- 119/169: gnu: soju: Fix build., guix-commits, 2024/09/26
- 120/169: gnu: miniflux: Fix build., guix-commits, 2024/09/26