[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team 16/30] gnu: Add go-github-com-charmbracelet-b
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team 16/30] gnu: Add go-github-com-charmbracelet-bubbles. |
Date: |
Mon, 2 Sep 2024 14:18:24 +0200 |
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-bubbles): Add
variable.
---
gnu/packages/golang-xyz.scm | 38 +++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7589918849..70598934af 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1423,6 +1423,44 @@ (define-public go-github-com-charlievieth-fastwalk
tools.")
(license license:expat)))
+(define-public go-github-com-charmbracelet-bubbles
+ (package
+ (name "go-github-com-charmbracelet-bubbles")
+ (version "0.18.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/charmbracelet/bubbles")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "158icaha3a4xflvdimgchm08m5lhp1rn2jzah9xd174svmx8nlhm"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "github.com/charmbracelet/bubbles"))
+ (propagated-inputs (list go-github-com-sahilm-fuzzy
+ go-github-com-rivo-uniseg
+ go-github-com-muesli-termenv
+ go-github-com-muesli-reflow
+ go-github-com-mattn-go-runewidth
+ go-github-com-lucasb-eyer-go-colorful
+ go-github-com-dustin-go-humanize
+ go-github-com-charmbracelet-lipgloss
+ go-github-com-charmbracelet-harmonica
+ go-github-com-charmbracelet-bubbletea
+ go-github-com-atotto-clipboard))
+ (home-page "https://github.com/charmbracelet/bubbles")
+ (synopsis "Components for Bubble Tea, Glow and Charm")
+ (description
+ "This package provides some components for
+@@url{https://github.com/charmbracelet/bubbletea,Bubble Tea}
+applications. These components are used in production in
+@@url{https://github.com/charmbracelet/glow,Glow},
+@@url{https://github.com/charmbracelet/charm,Charm} and many other
+applications.")
+ (license license:expat)))
+
(define-public go-github-com-charmbracelet-lipgloss
(package
(name "go-github-com-charmbracelet-lipgloss")
--
2.45.2
- [bug#72963] [PATCH go-team 23/30] gnu: Add go-github-com-mattn-go-localereader., (continued)
- [bug#72963] [PATCH go-team 23/30] gnu: Add go-github-com-mattn-go-localereader., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 24/30] gnu: Add go-github-com-rogpeppe-go-internal-internal-misspell., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 29/30] gnu: go-github-com-charmbracelet-bubbletea: Update to 0.26.6., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 19/30] gnu: Add go-github-com-charmbracelet-x-windows., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 14/30] gnu: Add go-github-com-kylelemons-godebug-pretty., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 21/30] gnu: Add go-github-com-charmbracelet-x-term., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 30/30] gnu: Add git-spice., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 28/30] gnu: Add go-github-com-muesli-cancelreader., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 18/30] gnu: Add go-github-com-erikgeiser-coninput., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 22/30] gnu: Add go-golang-org-x-text-transform., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 16/30] gnu: Add go-github-com-charmbracelet-bubbles.,
Herman Rimm <=
- [bug#72963] [PATCH go-team 25/30] gnu: Add go-github-com-rogpeppe-go-internal-testscript., Herman Rimm, 2024/09/02