(define-module (snow-bcaine-format) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-bcaine-format (package (name "snow-bcaine-format") (version "0.0.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/format/0.0.1/bcaine-format-0.0.1.tgz") (hash (base32 "09cb89z6rl8w7f211k4rkjcq8a9wq0apcb58lnpkprb8vf2r2qn5")))) (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-format