aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
Diffstat (limited to 'Cask')
-rw-r--r--Cask9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cask b/Cask
new file mode 100644
index 0000000..82380d2
--- /dev/null
+++ b/Cask
@@ -0,0 +1,9 @@
+(source gnu)
+(source melpa)
+
+(package "mastodon" "0.4.2" "Emacs client for Mastodon")
+(files "lisp/*.el")
+
+(development
+ (depends-on "ert-runner")
+ (depends-on "el-mock"))