gnu: Add cl-lisp-pay.
* gnu/packages/lisp-xyz.scm (cl-lisp-pay, ecl-lisp-pay, sbcl-lisp-pay): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									18ec16560d
								
							
						
					
					
						commit
						f51276f148
					
				
					 1 changed files with 43 additions and 0 deletions
				
			
		|  | @ -5808,6 +5808,49 @@ DNS records.") | ||||||
| (define-public cl-dns-client | (define-public cl-dns-client | ||||||
|   (sbcl-package->cl-source-package sbcl-dns-client)) |   (sbcl-package->cl-source-package sbcl-dns-client)) | ||||||
| 
 | 
 | ||||||
|  | (define-public sbcl-lisp-pay | ||||||
|  |   (let ((commit "c4de776f0a284709931ff3674160ced3b41bd000") | ||||||
|  |         (revision "0")) | ||||||
|  |     (package | ||||||
|  |       (name "sbcl-lisp-pay") | ||||||
|  |       (version (git-version "0.0.5" revision commit)) | ||||||
|  |       (source | ||||||
|  |        (origin | ||||||
|  |          (method git-fetch) | ||||||
|  |          (uri (git-reference | ||||||
|  |                (url "https://github.com/K1D77A/lisp-pay") | ||||||
|  |                (commit commit))) | ||||||
|  |          (file-name (git-file-name "cl-lisp-pay" version)) | ||||||
|  |          (sha256 | ||||||
|  |           (base32 "09r6qy4fipriqa0d6g9qm6dq992lr58vh24g5j0adm19i5fnjavh")))) | ||||||
|  |       (build-system asdf-build-system/sbcl) | ||||||
|  |       (inputs | ||||||
|  |        (list sbcl-alexandria | ||||||
|  |              sbcl-babel | ||||||
|  |              sbcl-cl-base64 | ||||||
|  |              sbcl-cl-str | ||||||
|  |              sbcl-cl-tls | ||||||
|  |              sbcl-closer-mop | ||||||
|  |              sbcl-dexador | ||||||
|  |              sbcl-hu.dwim.defclass-star | ||||||
|  |              sbcl-hunchentoot | ||||||
|  |              sbcl-ironclad | ||||||
|  |              sbcl-jonathan | ||||||
|  |              sbcl-lack | ||||||
|  |              sbcl-ningle | ||||||
|  |              sbcl-shasht)) | ||||||
|  |       (home-page "https://github.com/K1D77A/lisp-pay/") | ||||||
|  |       (synopsis "Wrappers over multiple Payment Processor APIs") | ||||||
|  |       (description "This library provides payment API wrappers over | ||||||
|  | BTCPay, Paypal, and Stripe.") | ||||||
|  |       (license license:expat)))) | ||||||
|  | 
 | ||||||
|  | (define-public cl-lisp-pay | ||||||
|  |   (sbcl-package->cl-source-package sbcl-lisp-pay)) | ||||||
|  | 
 | ||||||
|  | (define-public ecl-lisp-pay | ||||||
|  |   (sbcl-package->ecl-package sbcl-lisp-pay)) | ||||||
|  | 
 | ||||||
| (define-public sbcl-drakma | (define-public sbcl-drakma | ||||||
|   (package |   (package | ||||||
|     (name "sbcl-drakma") |     (name "sbcl-drakma") | ||||||
|  |  | ||||||
		Reference in a new issue