diff options
Diffstat (limited to 'Eask')
| -rw-r--r-- | Eask | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +;; -*- mode: eask; lexical-binding: t -*- + +(package "wttrin" + "0.3.2" + "Emacs Frontend for Service wttr.in") + +(website-url "https://github.com/cjennings/emacs-wttrin") +(keywords "weather" "wttrin" "games") + +(package-file "wttrin.el") + +(files "wttrin.el" "wttrin-debug.el" "wttrin-geolocation.el") + +(source "gnu") +(source "nongnu") +(source "melpa") + +(depends-on "emacs" "24.4") +(depends-on "xterm-color") + +(development + (depends-on "undercover") + (depends-on "package-lint") + (depends-on "elisp-lint")) |
