emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57616: closed ([PATCH] gnu: Add cl-tripod.)


From: GNU bug Tracking System
Subject: bug#57616: closed ([PATCH] gnu: Add cl-tripod.)
Date: Wed, 07 Sep 2022 12:36:02 +0000

Your message dated Wed, 07 Sep 2022 12:34:40 +0000
with message-id <87o7vrs6ps.fsf@kitej>
and subject line Re: [bug#57616] [PATCH] gnu: Add cl-tripod.
has caused the debbugs.gnu.org bug report #57616,
regarding [PATCH] gnu: Add cl-tripod.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57616: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57616
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add cl-tripod. Date: Tue, 6 Sep 2022 07:38:22 -0500
* gnu/packages/lisp-xyz.scm (cl-tripod): New variable.
---
 gnu/packages/lisp-xyz.scm | 41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 25d9d598fb..91a73c9f47 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -391,6 +391,47 @@ (define-public cl-irc
 (define-public ecl-cl-irc
   (sbcl-package->ecl-package sbcl-cl-irc))
 
+(define-public sbcl-tripod
+  (let ((commit "bcea16610b4961a927e417e4413fffe686d71c83")
+        (revision "0"))
+    (package
+      (name "sbcl-tripod")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/aartaka/tripod";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "07czbwzfqg8n1q4dsfmrdp2zmp90xgsg8q26hkrniyvkylq4nn1z"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:asd-systems '("tripod")))
+      (inputs
+        (list sbcl-alexandria
+              sbcl-trivial-mimes
+              sbcl-hunchentoot
+              sbcl-cl-gopher
+              sbcl-phos
+              sbcl-plump
+              sbcl-clss
+              sbcl-cl-markdown))
+      (home-page "https://aartaka.me/blog/tripod";)
+      (synopsis "Common Lisp web server aiming to ease website hosting")
+      (description
+"Tripod is a Common Lisp web server aiming to ease plain text, HTML,
+and Gopher website hosting.")
+      (license license:bsd-2))))
+
+(define-public cl-tripod
+  (sbcl-package->cl-source-package sbcl-tripod))
+
+(define-public ecl-tripod
+  (sbcl-package->ecl-package sbcl-tripod))
+
+
 (define-public sbcl-trivial-timeout
   (let ((commit "feb869357f40f5e109570fb40abad215fb370c6c")
         (revision "1"))
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57616] [PATCH] gnu: Add cl-tripod. Date: Wed, 07 Sep 2022 12:34:40 +0000
Patch pushed as 54e4aac588cdbd5fa9b5725488c7fcbc7b61dd0d.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]