snow-fort-guix-channel/packages/snow-slib-resene.scm

6 lines
713 B
Scheme

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