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

6 lines
727 B
Scheme
Raw Normal View History

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