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