snow-fort-guix-channel/packages/snow-pfds-list-helpers.scm

6 lines
724 B
Scheme
Raw Normal View History

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