* [bug#42647] add sbcl-qbase64
@ 2020-08-01 9:24 Adam Kandur via Guix-patches via
2020-08-02 7:32 ` bug#42647: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-08-01 9:24 UTC (permalink / raw)
To: 42647
(define-public sbcl-qbase64
(let ((commit "6374899aec189600e6b7b77c89009d0835154b93")
(revision "1"))
(package
(name "sbcl-qbase64")
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/chaitanyagupta/qbase64")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1dir0s70ca3hagxv9x15zq4p4ajgl7jrcgqsza2n2y7iqbxh0dwi"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
("metabang-bind" ,sbcl-metabang-bind)))
(native-inputs
`(("fiveam" ,sbcl-fiveam)))
(home-page "https://github.com/chaitanyagupta/qbase64")
(synopsis "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
(description "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
(license license:bsd-3))))
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#42647: add sbcl-qbase64
2020-08-01 9:24 [bug#42647] add sbcl-qbase64 Adam Kandur via Guix-patches via
@ 2020-08-02 7:32 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2020-08-02 7:32 UTC (permalink / raw)
To: Adam Kandur; +Cc: 42647-done
[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]
Adam Kandur via Guix-patches via <guix-patches@gnu.org> skribis:
> (define-public sbcl-qbase64
> (let ((commit "6374899aec189600e6b7b77c89009d0835154b93")
> (revision "1"))
> (package
> (name "sbcl-qbase64")
> (version (git-version "0.0.0" revision commit))
> (source
> (origin
> (method git-fetch)
> (uri (git-reference
> (url "https://github.com/chaitanyagupta/qbase64")
> (commit commit)))
> (file-name (git-file-name name version))
> (sha256
> (base32 "1dir0s70ca3hagxv9x15zq4p4ajgl7jrcgqsza2n2y7iqbxh0dwi"))))
> (build-system asdf-build-system/sbcl)
> (inputs
> `(("sbcl-trivial-gray-streams" ,sbcl-trivial-gray-streams)
> ("metabang-bind" ,sbcl-metabang-bind)))
> (native-inputs
> `(("fiveam" ,sbcl-fiveam)))
> (home-page "https://github.com/chaitanyagupta/qbase64")
> (synopsis "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
> (description "qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.")
> (license license:bsd-3))))
Patch pushed as a05edef2ac692be8bf3033fe008b7c1b29f83123 with a few
modifications (version, indentation, etc...). Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-02 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-01 9:24 [bug#42647] add sbcl-qbase64 Adam Kandur via Guix-patches via
2020-08-02 7:32 ` bug#42647: " Guillaume Le Vaillant
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.