snow-fort-guix-channel/packages/snow-rapid-mapping-ordered-...

6 lines
747 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-rapid-mapping-ordered-test) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-rapid-mapping-ordered-test (package (name "snow-rapid-mapping-ordered-test") (version "0.1.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/rapid-scheme.org/marc/rapid/mapping/0.1.1/rapid-mapping-0.1.1.tgz") (hash (base32 "1dkg2313vp9zc0m79bwv8fl7p0klbq2p9mxzl4pbm1vi1c2sh03c")))) (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-mapping-ordered-test