Skip to content
Snippets Groups Projects
Unverified Commit c463c270 authored by Brian Leung's avatar Brian Leung
Browse files

gnu: Add emacs-wttrin.

* gnu/packages/emacs-xyz.scm (emacs-wttrin): New variable.
parent c3ceeb93
No related branches found
No related tags found
No related merge requests found
......@@ -15577,6 +15577,30 @@ (define-public emacs-all-the-icons
(license
(list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
 
(define-public emacs-wttrin
(let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc")
(revision "1"))
(package
(name "emacs-wttrin")
(version (git-version "0.2.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/bcbcarl/emacs-wttrin.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-xterm-color" ,emacs-xterm-color)))
(home-page "https://github.com/bcbcarl/emacs-wttrin")
(synopsis "Frontend for weather web service @url{wttr.in}")
(description "This package provides local weather information from
@url{wttr.in}.")
(license license:expat))))
(define-public emacs-powerline
(package
(name "emacs-powerline")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment