[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team v2 12/22] gnu: Add go-github-com-charmbracele
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team v2 12/22] gnu: Add go-github-com-charmbracelet-bubbles. |
Date: |
Tue, 3 Dec 2024 14:14:57 +0100 |
* 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 ebfb18c14c..45f95fc582 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1556,6 +1556,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 v2 02/22] gnu: Add go-github-com-sebdah-goldie-v2., (continued)
- [bug#72963] [PATCH go-team v2 02/22] gnu: Add go-github-com-sebdah-goldie-v2., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 14/22] gnu: Add go-github-com-erikgeiser-coninput., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 13/22] gnu: Add go-inputs procedure., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 16/22] gnu: Add go-github-com-charmbracelet-x-input., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 20/22] gnu: Add go-github-com-muesli-ansi., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 21/22] gnu: Add go-github-com-muesli-cancelreader., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 22/22] gnu: Add git-spice., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 09/22] gnu: Add go-github-com-vito-midterm., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 18/22] gnu: Add go-github-com-mattn-go-localereader., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 10/22] gnu: Add go-go-abhg-dev-requiredfield., Herman Rimm, 2024/12/03
- [bug#72963] [PATCH go-team v2 12/22] gnu: Add go-github-com-charmbracelet-bubbles.,
Herman Rimm <=
- [bug#72963] [PATCH go-team v2 19/22] gnu: Add go-github-com-rogpeppe-go-internal-testscript., Herman Rimm, 2024/12/03