snow-fort-guix-channel/packages/snow-slib-math-integer.scm

6 lines
755 B
Scheme

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