(define-module (snow-lassik-string-inflection) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-lassik-string-inflection (package (name "snow-lassik-string-inflection") (version "0.1.1") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/lassi.io/lassi/lassik/string-inflection/0.1.1/lassik-string-inflection-0.1.1.tgz") (hash (base32 "017lma2p0pyv6lqh5rj8lqi2q3iip3vcllbh605hjym9srmrhzyr")))) (build-system copy-build-system) (arguments (list #:install-plan '(("lassik/" "share/snow/lassik/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license isc))) snow-lassik-string-inflection