(define-module (snow-fisherro-pipe) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-fisherro-pipe (package (name "snow-fisherro-pipe") (version "1.0.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/fisher.cx/robert/fisherro/pipe/1.0.0/fisherro-pipe-1.0.0.tgz") (hash (base32 "0r9gnb7mbwa2gyd7mwqcsmmpl3bydli6k9giic0m7hq6fqsg24iy")))) (build-system copy-build-system) (arguments (list #:install-plan '(("fisherro/" "share/snow/fisherro/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain))) snow-fisherro-pipe