aboutsummaryrefslogtreecommitdiff
path: root/Eask
blob: eae1b17467b11efb0d8dcbea93223b601f1c932c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"))