snow-fort-guix-channel/packages/snow-rapid-library-definiti...

6 lines
761 B
Scheme

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