snow-fort-guix-channel/packages/snow-fisherro-pipe-test.scm

6 lines
725 B
Scheme
Raw Normal View History

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