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

6 lines
744 B
Scheme

(define-module (snow-rebottled-schelog) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download))
(define-public snow-rebottled-schelog (package (name "snow-rebottled-schelog") (version "20150602") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/rebottled/schelog/20150602/rebottled-schelog-20150602.tgz") (hash (base32 "1id7xjbz4rmpcdw8lnwxcbwgs2zkn11zmxich70sha0cp6l2x8kx")))) (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-schelog