summaryrefslogtreecommitdiff
path: root/Cask
blob: 2a5d46f7dbca2905744f2bbc306f32948ac77542 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(package "terminal-here" "0.1" "Run an external terminal in current directory")

(files "terminal-here.el")

;; Tell Cask to add package information to this file (so that we can have a
;; single file package).
(package-file "terminal-here.el")

(source gnu)
(source melpa-stable)

(development
 (depends-on "ert-runner")
 (depends-on "el-mock")

 ;; For testing defcustom types
 (depends-on "validate"))