all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72971] [PATCH] Add sbcl-progressons, cl-progressons, ecl-progressons
@ 2024-09-02 16:16 Konrad Hinsen
  2024-09-03 13:32 ` bug#72971: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2024-09-02 16:16 UTC (permalink / raw)
  To: 72971

* 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




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

* bug#72971: [PATCH] Add sbcl-progressons, cl-progressons, ecl-progressons
  2024-09-02 16:16 [bug#72971] [PATCH] Add sbcl-progressons, cl-progressons, ecl-progressons Konrad Hinsen
@ 2024-09-03 13:32 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-03 13:32 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 72971-done

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

Patch applied as 18c00bc437420b6cbaf0bad143484b2fd2fb78a3 with some
modifications.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2024-09-03 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 16:16 [bug#72971] [PATCH] Add sbcl-progressons, cl-progressons, ecl-progressons Konrad Hinsen
2024-09-03 13:32 ` bug#72971: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.