snow-fort-guix-channel/packages/snow-thunknyc-expand-braces...

6 lines
757 B
Scheme

(define-module (snow-thunknyc-expand-braces) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-thunknyc-expand-braces (package (name "snow-thunknyc-expand-braces") (version "0.1.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/poseur.com/edw/thunknyc/expand-braces/0.1.1/thunknyc-expand-braces-0.1.1.tgz") (hash (base32 "0jhskbk79x6i140j9dwi3spidy21savlwskhixyqyq75pv5b1x7g")))) (build-system copy-build-system) (arguments (list #:install-plan '(("thunknyc/" "share/snow/thunknyc/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain)))
snow-thunknyc-expand-braces