unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53784] [PATCH] gnu: Add cl-lorem-ipsum.
@ 2022-02-04 19:44 jgart via Guix-patches via
  2022-02-05 15:39 ` bug#53784: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-02-04 19:44 UTC (permalink / raw)
  To: 53784; +Cc: jgart

* gnu/packages/lisp-xyz.scm (cl-lorem-ipsum): New variable.
---
 gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 102546c84a..f0ddae478f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20287,6 +20287,34 @@ (define-public cl-sxml
 (define-public ecl-cl-sxml
   (sbcl-package->ecl-package sbcl-cl-sxml))
 
+(define-public sbcl-lorem-ipsum
+  (let ((commit "04a1839a03b53c954e799b9cf570ac915b032ce8")
+        (revision "0"))
+    (package
+      (name "sbcl-lorem-ipsum")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://github.com/phoe/lorem-ipsum")
+                (commit commit)))
+          (sha256
+           (base32 "1530qq0bk3xr25m77q96pbi1idnxdkax8cwmvq4ch03rfjy34j7n"))
+          (file-name (git-file-name name commit))))
+      (build-system asdf-build-system/sbcl)
+      (home-page "https://github.com/phoe/lorem-ipsum")
+      (synopsis "Lorem ipsum generator in portable Common Lisp")
+      (description
+"This package provides functions for generating lorem ipsum text.")
+      (license license:expat))))
+
+(define-public cl-lorem-ipsum
+  (sbcl-package->cl-source-package sbcl-lorem-ipsum))
+
+(define-public ecl-lorem-ipsum
+  (sbcl-package->ecl-package sbcl-lorem-ipsum))
+
 (define-public sbcl-cl-gopher
   (let ((commit "62cfd180378f56e7e8b57e4302b183810c86e337")
         (revision "2"))
-- 
2.35.0





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

* bug#53784: [PATCH] gnu: Add cl-lorem-ipsum.
  2022-02-04 19:44 [bug#53784] [PATCH] gnu: Add cl-lorem-ipsum jgart via Guix-patches via
@ 2022-02-05 15:39 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-02-05 15:39 UTC (permalink / raw)
  To: jgart; +Cc: 53784-done

Patch pushed as f57883ec79815a0b502e3dee462d0d27a7018e79 with a few
modifications (version number, file name).
Thanks.




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

end of thread, other threads:[~2022-02-05 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 19:44 [bug#53784] [PATCH] gnu: Add cl-lorem-ipsum jgart via Guix-patches via
2022-02-05 15:39 ` bug#53784: " Guillaume Le Vaillant

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