snow-fort-guix-channel/packages/snow-rapid-and-let-test.scm

6 lines
715 B
Scheme

(define-module (snow-rapid-and-let-test) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-rapid-and-let-test (package (name "snow-rapid-and-let-test") (version "0.1.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/rapid-scheme.org/marc/rapid/and-let/0.1.0/rapid-and-let-0.1.0.tgz") (hash (base32 "07fjbibkkj19ndrm6108fx0k9l3ix9p1yrpr4rs6yh6lxv9dj76i")))) (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-and-let-test