all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cameron Chaparro <cameron@cameronchaparro.com>
To: 47696@debbugs.gnu.org
Subject: [bug#47696] [PATCH] gnu: Add sbcl-clip.
Date: Sat, 10 Apr 2021 16:09:15 -0500	[thread overview]
Message-ID: <CAN85xJnkHX0z8SxQ=p55dghMb0qddK9ra0xwB4=9q_Br3Dj1Pw@mail.gmail.com> (raw)


[-- 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


             reply	other threads:[~2021-04-10 22:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-10 21:09 Cameron Chaparro [this message]
2021-04-11  7:39 ` bug#47696: [PATCH] gnu: Add sbcl-clip 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN85xJnkHX0z8SxQ=p55dghMb0qddK9ra0xwB4=9q_Br3Dj1Pw@mail.gmail.com' \
    --to=cameron@cameronchaparro.com \
    --cc=47696@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 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.