snow-fort-guix-channel/packages/snow-robin-text.scm

6 lines
685 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-robin-text) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-robin-text (package (name "snow-robin-text") (version "1.0.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/robin/text/1.0.0/robin-text-1.0.0.tgz") (hash (base32 "1q64cpk91kj8y5yajrxb8by6ky78vhd6125yap8bz130a840fzhn")))) (build-system copy-build-system) (arguments (list #:install-plan '(("robin/" "share/snow/robin/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain)))
snow-robin-text