unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 44866@debbugs.gnu.org
Subject: [bug#44866] [PATCH] gnu: Add sbcl-deploy.
Date: Wed, 25 Nov 2020 15:43:34 +0100 (CET)	[thread overview]
Message-ID: <MMzr037--3-2@tuta.io> (raw)

From fea395c75af129e46c99847b4a38c1ddb396f1a2 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@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







             reply	other threads:[~2020-11-25 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 14:43 Adam Kandur via Guix-patches via [this message]
2020-11-29 14:42 ` bug#44866: [PATCH] gnu: Add sbcl-deploy 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=MMzr037--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=44866@debbugs.gnu.org \
    --cc=rndd@tuta.io \
    /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 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).