unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74342] [PATCH 1/1] gnu: add ruby-text-table
@ 2024-11-13 12:12 Quanrong via Guix-patches via
  2024-11-26  2:20 ` [bug#74342] [PATCH] " Aaron Covrig via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Quanrong via Guix-patches via @ 2024-11-13 12:12 UTC (permalink / raw)
  To: 74342

* gnu/packages/ruby.scm (ruby-text-table): New variable.

Change-Id: If2a1990997333085f0ed5cc2895e47984a376722
---
  gnu/packages/ruby.scm | 22 +++++++++++++++++++++-
  1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 13092bedf2..50d890b731 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -26,7 +26,7 @@
  ;;; Copyright © 2020 Holgr Peters <holger.peters@posteo.de>
  ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
  ;;; Copyright © 2021 EuAndreh <eu@euandre.org>
-;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
+;;; Copyright © 2020, 2024 Tomás Ortín Fernández <quanrong@mailbox.org>
  ;;; Copyright © 2021 Giovanni Biscuolo <g@xelera.eu>
  ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
  ;;; Copyright © 2022-2024 Remco van 't Veer <remco@remworks.net>
@@ -14872,6 +14872,26 @@ (define-public ruby-terminal-table
  Unicode formatted tables.")
      (license license:expat)))

+(define-public ruby-text-table
+  (package
+    (name "ruby-text-table")
+    (version "1.2.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "text-table" version))
+       (sha256
+        (base32 "06yhlnb49fn0fhkmi6lrziyv2hd42gcm2zi3sggm2qab48qxn94j"))))
+    (build-system ruby-build-system)
+    (synopsis
+     "Allows you to easily create and format plain text tables, useful 
when working with the terminal or when you want to quickly print 
formatted tables to a dot-matrix printer.")
+    (description
+     "Allows you to easily create and format plain text tables, useful 
when working
+with the terminal or when you want to quickly print formatted tables to a
+dot-matrix printer.")
+    (home-page "https://github.com/aptinio/text-table")
+    (license license:expat)))
+
  (define-public jekyll
    (package
      (name "jekyll")

base-commit: 1f057603ef59c7b9c32f610a897321fd75dc4dad
prerequisite-patch-id: 1b22355642355a77f0f59a2489da2e31e16c65da
prerequisite-patch-id: a508f4f08de1cfda59ad18891b5f066ed028dac8
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-26  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 12:12 [bug#74342] [PATCH 1/1] gnu: add ruby-text-table Quanrong via Guix-patches via
2024-11-26  2:20 ` [bug#74342] [PATCH] " Aaron Covrig via Guix-patches via

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).