unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: 72971@debbugs.gnu.org
Subject: [bug#72971] [PATCH] Add sbcl-progressons, cl-progressons, ecl-progressons
Date: Mon, 02 Sep 2024 18:16:35 +0200	[thread overview]
Message-ID: <m1seuif2u4.fsf@fastmail.net> (raw)

* gnu/packages/lisp-xyz.scm (sbcl-progressons): New public variable.
* gnu/packages/lisp-xyz.scm (cl-progressons): New public variable.
* gnu/packages/lisp-xyz.scm (ecl-progressons): New public variable.

Change-Id: I6a2df8887e03d23416998683e744c585d2eaf9ca
---
 gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c0d7f90aed..942c18bf50 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23860,6 +23860,36 @@ (define-public cl-proc-parse
 (define-public ecl-proc-parse
   (sbcl-package->ecl-package sbcl-proc-parse))
 
+(define-public sbcl-progressons
+  (let ((commit "69a8092e43876d66943aef709ab641818d52f2da"))
+    (package
+      (name "sbcl-progressons")
+      (version "0.1")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/vindarel/progressons")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1i93khd0l1aphzh6qb4yy9cpi2nmqac08b90yx95p4zymap03nly"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       (list sbcl-cl-ansi-text
+             sbcl-cl-str))
+      (synopsis "Display a progress bar on one line")
+      (description
+       "Display a progress bar on one line.")
+      (home-page "https://github.com/vindarel/progressons")
+      (license license:expat))))
+
+(define-public cl-progressons
+  (sbcl-package->cl-source-package sbcl-progressons))
+
+(define-public ecl-progressons
+  (sbcl-package->ecl-package sbcl-progressons))
+
 (define-public sbcl-prometheus
   (package
     (name "sbcl-prometheus")

base-commit: 3c21d0da62b3d6832dd1ab450d8ab50ab8d38f27
-- 
2.45.2




             reply	other threads:[~2024-09-02 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 16:16 Konrad Hinsen [this message]
2024-09-03 13:32 ` bug#72971: [PATCH] Add sbcl-progressons, cl-progressons, ecl-progressons Guillaume Le Vaillant

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=m1seuif2u4.fsf@fastmail.net \
    --to=konrad.hinsen@fastmail.net \
    --cc=72971@debbugs.gnu.org \
    /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).