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

6 lines
697 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
(define-module (snow-robin-abbrev) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-robin-abbrev (package (name "snow-robin-abbrev") (version "1.0.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/robin/abbrev/1.0.0/robin-abbrev-1.0.0.tgz") (hash (base32 "0dgqp6k8yxyva28670alvi8kfjqxzx5pvv0s0m8mi9xy7lqh0isg")))) (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-abbrev