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