GNU bug report logs -
#44866
[PATCH] gnu: Add sbcl-deploy.
Previous Next
Reported by: Adam Kandur <rndd <at> tuta.io>
Date: Wed, 25 Nov 2020 14:44:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 29 Nov 2020 15:42:37 +0100
with message-id <87o8jgb4wy.fsf <at> yamatai>
and subject line Re: [bug#44866] [PATCH] gnu: Add sbcl-deploy.
has caused the debbugs.gnu.org bug report #44866,
regarding [PATCH] gnu: Add sbcl-deploy.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
44866: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44866
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From fea395c75af129e46c99847b4a38c1ddb396f1a2 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd <at> tuta.io>
Date: Wed, 25 Nov 2020 17:40:55 +0300
Subject: [PATCH] gnu: Add sbcl-deploy.
* gnu/packages/lisp-xyz.scm (sbcl-deploy): New variable.
---
gnu/packages/lisp-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fe2af3e..1a5c1bf 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6031,6 +6031,32 @@ cookie headers, cookie creation, cookie jar creation and more.")
neat APIs and connection-pooling. It is meant to supersede Drakma.")
(license license:expat))))
+(define-public sbcl-deploy
+ ;; tagged branch is outdated
+ (let ((revision "1")
+ (commit "59fd49719ef651a8fc11750bcfb337f132cff75f"))
+ (package
+ (name "sbcl-deploy")
+ (version (git-version "1.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/deploy")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1vl2116z4kw2pd3qd3n6mmg8g0mnwxr9dgddk86g7j1bis1z8k9a"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("cffi" ,sbcl-cffi)
+ ("documentation-utils" ,sbcl-documentation-utils)))
+ (home-page "https://shinmera.github.io/deploy/")
+ (synopsis "Tools to aid in the deployment of a fully standalone application.")
+ (description "This is a system to help you easily and quickly deploy standalone common lisp applications as binaries.
+Specifically it is geared towards applications with foreign library dependencies that run some kind of GUI.")
+ (license license:artistic2.0))))
+
(define-public cl-dexador
(package
(inherit (sbcl-package->cl-source-package sbcl-dexador))
--
2.28.0
[Message part 3 (message/rfc822, inline)]
Pushed as 0fac1f259196d8c7e238e0a88e51a9bf462638d0 with some
modifications. Thanks.
This bug report was last modified 4 years and 229 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.