all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 47901@debbugs.gnu.org
Subject: [bug#47901] [PATCH] Prototype for guix import quicklisp
Date: Mon, 19 Apr 2021 21:19:51 +0000	[thread overview]
Message-ID: <CAO+9K5pVC0D5E7jF1AKPBUdOOgHcp8LbK8TghCEk9k39RaCArQ@mail.gmail.com> (raw)

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

Hi Guix team!

This script could be a quick prototype solution for anyone who start
packing Common Lisp system distributed by Quicklisp.

I know it's better to implement it in Guile to be available in Guix
directly - it could be a starting point for that process.

Time to learn Scheme! (for me ;-)

--- EXAMPLE ---
./etc/guix-import-quicklisp.sh cl-gamepad t
[1618866903.257]: [ PASS ] verification of required commands completed
___ Quicklisp ___
fetch-method: git
guix-package: not-availalbe
project-dependencies: cffi documentation-utils trivial-features
project-systems: cl-gamepad
project-url: https://github.com/Shirakumo/cl-gamepad.git
system-project: cl-gamepad
system: cl-gamepad
[1618866906.296]: [ INFO ]  Fetch
https://github.com/Shirakumo/cl-gamepad.git with git
(define-public sbcl-cl-gamepad
  (let ((commit "ed75ed3ea387957912b90efd82340ba3064cab5b")
        (revision "1"))
    (package
      (name "sbcl-cl-gamepad")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/Shirakumo/cl-gamepad.git")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32
           "0saww9ar1ifd9scg0ml7gqy3wsmidrri61kcd1a3n57vzd8dch7m"))))
      (build-system asdf-build-system/sbcl)
      (inputs
       `(("cffi" ,sbcl-cffi)
("documentation-utils" ,sbcl-documentation-utils)
("trivial-features" ,sbcl-trivial-features)))
      (home-page "https://github.com/Shirakumo/cl-gamepad.git")
      (synopsis "TBC")
      (description
"TBC")
      (license #f))))
___ Quicklisp ___
guix-package: available
system-project: cffi
system: cffi
___ Quicklisp ___
guix-package: available
system-project: documentation-utils
system: documentation-utils
___ Quicklisp ___
guix-package: available
system-project: trivial-features
--- EXAMPLE ---

--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-Add-prototype-for-guix-import-quicklisp.patch --]
[-- Type: application/x-patch, Size: 13176 bytes --]

                 reply	other threads:[~2021-04-19 21:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAO+9K5pVC0D5E7jF1AKPBUdOOgHcp8LbK8TghCEk9k39RaCArQ@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=47901@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.