all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47901] [PATCH] Prototype for guix import quicklisp
@ 2021-04-19 21:19 Sharlatan Hellseher
  0 siblings, 0 replies; only message in thread
From: Sharlatan Hellseher @ 2021-04-19 21:19 UTC (permalink / raw)
  To: 47901

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-19 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 21:19 [bug#47901] [PATCH] Prototype for guix import quicklisp Sharlatan Hellseher

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.