unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 48364@debbugs.gnu.org
Cc: "Jorge Acereda" <jacereda@gmail.com>,
	"Gábor Boskovits" <boskovits@gmail.com>,
	"Guix Together" <jgart@dismail.de>
Subject: [bug#48364] [PATCH 2/7] * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): New variable.
Date: Sat, 18 Dec 2021 15:27:43 -0500	[thread overview]
Message-ID: <20211218202754.18194-2-jgart@dismail.de> (raw)
In-Reply-To: <20211218202754.18194-1-jgart@dismail.de>

From: Guix Together <jgart@dismail.de>

Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Gábor Boskovits <boskovits@gmail.com>
Co-authored-by: Jorge Acereda <jacereda@gmail.com>
---
 gnu/packages/golang.scm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1ece1a90d8..1e11d0053e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8797,6 +8797,45 @@ (define-public go-github-com-mattn-go-runewidth
 string.")
     (license license:expat)))
 
+
+(define-public go-github-com-charmbracelet-bubbletea
+  (package
+    (name "go-github-com-charmbracelet-bubbletea")
+    (version "0.13.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/charmbracelet/bubbletea")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1105cggi5fwqx69m0vrhgwx6kaw82w4ahn58sj0a81603c4yvrk0"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/charmbracelet/bubbletea"))
+    (propagated-inputs
+     `(("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty)
+       ("github.com/muesli/termenv" ,go-github-com-muesli-termenv)
+       ("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth)
+       ("go-github-com-muesli-reflow-indent" ,go-github-com-muesli-reflow-indent)
+       ("go-github-com-muesli-reflow-ansi" ,go-github-com-muesli-reflow-ansi)
+       ("go-golang-org-colorful" ,go-golang-org-colorful)
+       ("github.com/containerd/console" ,go-github-com-containerd-console)
+       ("go-github-com-muesli-reflow-truncate" ,go-github-com-muesli-reflow-truncate)
+       ("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
+       ("go-golang-org-x-sys" ,go-golang-org-x-sys)
+       ("go-golang-org-x-term" ,go-golang-org-x-term)
+       ("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty)))
+    (home-page "https://github.com/charmbracelet/bubbletea")
+    (synopsis "A powerful little TUI framework")
+    (description 
+"A Go framework based on The Elm Architecture. Bubble Tea is well-suited
+for simple and complex terminal applications, either inline, full-window,
+or a mix of both.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-arceliar-ironwood
   (package
     (name "go-github-com-arceliar-ironwood")
-- 
2.34.0





  reply	other threads:[~2021-12-18 20:30 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11 18:55 [bug#48362] [PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.2.0 Stefan Reichör
2021-05-11 18:55 ` [bug#48360] [PATCH 2/5] gnu: Add go-github-com-muesli-reflow-truncate Stefan Reichör
2021-05-11 18:55 ` [bug#48361] [PATCH 3/5] gnu: Add go-github-com-containerd-console Stefan Reichör
2021-05-11 18:55 ` [bug#48363] [PATCH 4/5] gnu: Add go-github-com-charmbracelet-bubbletea Stefan Reichör
2021-05-11 18:55 ` [bug#48364] [PATCH 5/5] gnu: Add tz Stefan Reichör
2021-05-11 19:13   ` Leo Famulari
2021-05-13 18:59   ` Stefan Reichör
2021-05-14  1:28     ` Leo Famulari
2021-09-26  8:44   ` [bug#48364] [PATCH 1/7] gnu: go-golang-org-colorful: Update to 1.2.0 jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 2/7] gnu: Add go-github-com-charmbracelet-bubbletea jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 3/7] gnu: Add go-github-com-containerd-console jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 4/7] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.3.0 jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 5/7] gnu: Add go-github-com-muesli-reflow-truncate jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 6/7] gnu: go-github-com-muesli-termenv: Update to 0.8.1 jgart via Guix-patches via
2021-09-26  8:44     ` [bug#48364] [PATCH 7/7] gnu: Add tz jgart via Guix-patches via
2021-09-26  8:53   ` [bug#48364] From today's Guix Meetup jgart via Guix-patches via
2021-09-26  9:12     ` jgart via Guix-patches via
2021-11-07  7:47   ` [bug#48364] (no subject) jgart via Guix-patches via
2021-12-18 20:27   ` [bug#48364] [PATCH 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0 jgart via Guix-patches via
2021-12-18 20:27     ` jgart via Guix-patches via [this message]
2021-12-18 20:27     ` [bug#48364] [PATCH 3/7] * gnu/packages/golang.scm (go-github-com-containerd-console): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 4/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 0.3.0 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 5/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 6/7] * gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH 7/7] * gnu/packages/time.scm (tz): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0 jgart via Guix-patches via
2022-01-12 21:57       ` bug#48364: " Nicolas Goaziou
2022-01-13  2:19         ` [bug#48364] " jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 2/7] * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 3/7] * gnu/packages/golang.scm (go-github-com-containerd-console): " jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 4/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 0.3.0 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 5/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 6/7] * gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1 jgart via Guix-patches via
2021-12-18 20:27     ` [bug#48364] [PATCH v2 7/7] * gnu/packages/time.scm (tz): New variable jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211218202754.18194-2-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=48364@debbugs.gnu.org \
    --cc=boskovits@gmail.com \
    --cc=jacereda@gmail.com \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).