snow-fort-guix-channel/packages/snow-rebottled-pstk.scm

6 lines
717 B
Scheme
Raw Normal View History

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