snow-fort-guix-channel/packages/snow-bcaine-sld-stub-expand...

6 lines
762 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-bcaine-sld-stub-expand) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-bcaine-sld-stub-expand (package (name "snow-bcaine-sld-stub-expand") (version "0.0.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/sld-stub-expand/0.0.1/bcaine-sld-stub-expand-0.0.1.tgz") (hash (base32 "066y2377msl49wkj2aa4zhsz97zkvfvdlijaizkfg6s6czh0bcy7")))) (build-system copy-build-system) (arguments (list #:install-plan '(("bcaine/" "share/snow/bcaine/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain)))
snow-bcaine-sld-stub-expand