aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2014-12-12 18:45:19 +0000
committerSteve Purcell <steve@sanityinc.com>2014-12-12 18:45:19 +0000
commit97d953b092198b7d43e5930fd80a28936ddfda04 (patch)
tree9fa0f5098c1b214e0975f00bd6d9f04fe0f7407a /Cask
parent38dd04a41a1a77a1d57ac9193420fe13fc2220bc (diff)
Use package-file directive in Cask
No need to repeat the metadata which in sx.el: cask knows how to read it.
Diffstat (limited to 'Cask')
-rw-r--r--Cask8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cask b/Cask
index f0c70fb..a055f12 100644
--- a/Cask
+++ b/Cask
@@ -1,14 +1,8 @@
-(package "stack-mode" "0" "Stack Exchange for Emacs")
-
(source gnu)
(source melpa-stable)
+(package-file "sx.el")
(files "sx*.el")
-(depends-on "json" "1.4")
-(depends-on "url")
-(depends-on "cl-lib")
-(depends-on "markdown-mode")
-
(development
(depends-on "ert"))