6 lines
698 B
Scheme
6 lines
698 B
Scheme
(define-module (snow-chibi-string) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
|
|
|
|
(define-public snow-chibi-string (package (name "snow-chibi-string") (version "0.9.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/gmail.com/alexshinn/chibi/string/0.9.0/chibi-string-0.9.0.tgz") (sha256 (base32 "04gcfyh8biqgpqx1n19000y9k44892jia0gi3whf3977n99kr9w6")))) (build-system copy-build-system) (arguments '(#:install-plan '(("chibi/" "share/snow/chibi/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license (non-copyleft ""))))
|
|
|
|
snow-chibi-string
|