diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-23 20:28:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-23 21:15:02 +0100 |
| commit | 388ff36a2794fbd0b6a610fc1868b7746babc40d (patch) | |
| tree | 3617482ee82180a425f7b8d4c55eb2ad68ea388e /gnu | |
| parent | d0140ef18fab44172f1418bbcce1a9c390cc6c67 (diff) | |
gnu: Add go-github-com-d6o-gotree-v3.
* gnu/packages/golang-xyz.scm (go-github-com-d6o-gotree-v3): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a5f871d694b..74c16edc321 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -8729,6 +8729,30 @@ Features: | |||
| 8729 | @end itemize") | 8729 | @end itemize") |
| 8730 | (license license:expat))) | 8730 | (license license:expat))) |
| 8731 | 8731 | ||
| 8732 | (define-public go-github-com-d6o-gotree-v3 | ||
| 8733 | (package | ||
| 8734 | (name "go-github-com-d6o-gotree-v3") | ||
| 8735 | (version "3.0.2") | ||
| 8736 | (source | ||
| 8737 | (origin | ||
| 8738 | (method git-fetch) | ||
| 8739 | (uri (git-reference | ||
| 8740 | (url "https://github.com/d6o/GoTree") | ||
| 8741 | (commit (string-append "v" version)))) | ||
| 8742 | (file-name (git-file-name name version)) | ||
| 8743 | (sha256 | ||
| 8744 | (base32 "1qf3i0mrg67hb9f439h76qgn7gp9vkyb7wp7lcr65q9igzn41bzp")))) | ||
| 8745 | (build-system go-build-system) | ||
| 8746 | (arguments | ||
| 8747 | (list | ||
| 8748 | #:import-path "github.com/d6o/GoTree/v3")) | ||
| 8749 | (home-page "https://github.com/d6o/GoTree") | ||
| 8750 | (synopsis "Tree printer module written in Golang ") | ||
| 8751 | (description | ||
| 8752 | "This package provides a simple Go module to print tree structures in | ||
| 8753 | terminal.") | ||
| 8754 | (license license:expat))) | ||
| 8755 | |||
| 8732 | (define-public go-github-com-danielgtaylor-mexpr | 8756 | (define-public go-github-com-danielgtaylor-mexpr |
| 8733 | (package | 8757 | (package |
| 8734 | (name "go-github-com-danielgtaylor-mexpr") | 8758 | (name "go-github-com-danielgtaylor-mexpr") |
