summaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorDavid Shepherd <davidshepherd7@gmail.com>2017-03-16 08:44:11 +0000
committerDavid Shepherd <davidshepherd7@gmail.com>2017-03-16 08:47:15 +0000
commite67f64a1b655462730a113af88b8089d3c7d22d1 (patch)
tree951a7ac3f6e4cded5ccbc4e70fcfc4810cbbc147 /Cask
parentInitial code (diff)
downloademacs-terminal-here-e67f64a1b655462730a113af88b8089d3c7d22d1.tar.gz
Add build system
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..09fc48c
--- /dev/null
+++ b/Cask
@@ -0,0 +1,9 @@
+(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 melpa-stable)