snow-fort-guix-channel/packages/snow-rebottled-cl-pdf-utils...

6 lines
753 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-rebottled-cl-pdf-utils) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-rebottled-cl-pdf-utils (package (name "snow-rebottled-cl-pdf-utils") (version "1.0.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/rebottled/cl-pdf/1.0.0/rebottled-cl-pdf-1.0.0.tgz") (hash (base32 "1pvqgb5hhxlp9q780gmzi2x83z5a373x13zf8wf33wphpslr22ls")))) (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-cl-pdf-utils