all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47696] [PATCH] gnu: Add sbcl-clip.
@ 2021-04-10 21:09 Cameron Chaparro
  2021-04-11  7:39 ` bug#47696: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Cameron Chaparro @ 2021-04-10 21:09 UTC (permalink / raw)
  To: 47696


[-- Attachment #1.1: Type: text/plain, Size: 57 bytes --]

Add sbcl-clip (along with ecl-clip and cl-clip) package.

[-- Attachment #1.2: Type: text/html, Size: 109 bytes --]

[-- Attachment #2: 0001-gnu-Add-cl-clip.patch --]
[-- Type: application/octet-stream, Size: 2269 bytes --]

From c205e236ce0a9778078419d9805ba6cdf0119c07 Mon Sep 17 00:00:00 2001
From: Cameron Chaparro <cameron+dev@chaparroconsulting.group>
Date: Fri, 9 Apr 2021 09:19:26 -0500
Subject: [PATCH] gnu: Add cl-clip.

---
 gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8d527005e9..46340b2a85 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2021 Matthew Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
 ;;; Copyright © 2021 Cage <cage-dev@twistfold.it>
+;;; Copyright © 2021 Cameron Chaparro <cameron@cameronchaparro.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -15718,3 +15719,37 @@ shader functions, written with @code{Shadow}.")
 
 (define-public cl-umbra
   (sbcl-package->cl-source-package sbcl-umbra))
+
+(define-public sbcl-clip
+  (let ((commit "7afa68702fbb99c47ed115ea0faccd97a29d9b2e")
+        (revision "1"))
+    (package
+      (name "sbcl-clip")
+      (version (git-version "0.7.0" revision commit))
+      (source
+       (origin (method git-fetch)
+               (uri (git-reference
+                     (url "https://github.com/shinmera/clip")
+                     (commit commit)))
+               (file-name (git-file-name "clip" version))
+               (sha256
+                (base32 "13kkajkva2shm19fvn4yashsw18l6imv2rmy3hmpcky7g5ay7bv3"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       `(("array-utils" ,sbcl-array-utils)
+         ("lquery" ,sbcl-lquery)))
+      (home-page "https://shinmera.github.io/clip/")
+      (synopsis "Common Lisp HTML templating engine")
+      (description
+       "Clip is an attempt at a templating library that allows you to write
+templates in a way that is both accessible to direct webdesign and
+flexible.  The main idea is to incorporate transformation commands into an HTML
+file through tags and attributes.  Clip is heavily dependant on Plump and
+lQuery.")
+      (license license:zlib))))
+
+(define-public ecl-clip
+  (sbcl-package->ecl-package sbcl-clip))
+
+(define-public cl-clip
+  (sbcl-package->cl-source-package sbcl-clip))
-- 
2.30.1


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

* bug#47696: [PATCH] gnu: Add sbcl-clip.
  2021-04-10 21:09 [bug#47696] [PATCH] gnu: Add sbcl-clip Cameron Chaparro
@ 2021-04-11  7:39 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-04-11  7:39 UTC (permalink / raw)
  To: Cameron Chaparro; +Cc: 47696-done

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

Patch pushed as 8a625dd2aeba322004d24d1767215dfe8627ec42.
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:[~2021-04-11  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-10 21:09 [bug#47696] [PATCH] gnu: Add sbcl-clip Cameron Chaparro
2021-04-11  7:39 ` bug#47696: " 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.