snow-fort-guix-channel/packages/snow-rapid-read-test.scm

6 lines
697 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-rapid-read-test) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-rapid-read-test (package (name "snow-rapid-read-test") (version "0.1.3") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/rapid-scheme.org/marc/rapid/read/0.1.3/rapid-read-0.1.3.tgz") (hash (base32 "145a778z5jim8s5rwppqfx3pdqlb3c55r6i2a1w3zc5x7q2b2vfn")))) (build-system copy-build-system) (arguments (list #:install-plan '(("rapid/" "share/snow/rapid/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license gpl3)))
snow-rapid-read-test