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

6 lines
1.0 KiB
Scheme

(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) #:use-module (snow-bcaine-format) #:use-module (snow-bcaine-misc-util) #:use-module (snow-chibi-match) #:use-module (snow-chibi-pathname) #:use-module (snow-chibi))
(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") (sha256 (base32 "066y2377msl49wkj2aa4zhsz97zkvfvdlijaizkfg6s6czh0bcy7")))) (build-system copy-build-system) (arguments '(#:install-plan '(("bcaine/" "share/snow/bcaine/")))) (propagated-inputs (list snow-bcaine-format snow-bcaine-misc-util snow-chibi-match snow-chibi-pathname snow-chibi)) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain)))
snow-bcaine-sld-stub-expand