(define-module (snow-robin-statistics) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-robin-statistics (package (name "snow-robin-statistics") (version "1.0.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/robin/statistics/1.0.0/robin-statistics-1.0.0.tgz") (hash (base32 "1fprxbz6x83sq3qw4sn9msz8104jn0mpsrhjr2qlzlj173grgxw3")))) (build-system copy-build-system) (arguments (list #:install-plan '(("robin/" "share/snow/robin/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain))) snow-robin-statistics