aboutsummaryrefslogtreecommitdiff
path: root/Eask
diff options
context:
space:
mode:
Diffstat (limited to 'Eask')
-rw-r--r--Eask24
1 files changed, 24 insertions, 0 deletions
diff --git a/Eask b/Eask
new file mode 100644
index 0000000..eae1b17
--- /dev/null
+++ b/Eask
@@ -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"))