snow-fort-guix-channel/packages/snow-slib-time-core.scm

6 lines
731 B
Scheme

(define-module (snow-slib-time-core) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-slib-time-core (package (name "snow-slib-time-core") (version "SLIB-3b5-r7rs") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/slib/time-core/SLIB-3b5-r7rs/slib-time-core-SLIB-3b5-r7rs.tgz") (hash (base32 "0c1nxnf1n5j72lyyxlxfn5rxswc01clfxfj7hg31p6xbk2f8719k")))) (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-time-core