snow-fort-guix-channel/packages/snow-pfds-priority-search-q...

6 lines
778 B
Scheme
Raw Normal View History

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