summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/coffee-mode/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/coffee-mode/DETAILS')
-rwxr-xr-xemacs-lisp/coffee-mode/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/emacs-lisp/coffee-mode/DETAILS b/emacs-lisp/coffee-mode/DETAILS
new file mode 100755
index 0000000000..71b7bad90f
--- /dev/null
+++ b/emacs-lisp/coffee-mode/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=coffee-mode
+if [ "$COFFEE_MODE_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/defunkt/${SPELL}.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/defunkt/coffee-mode"
+ LICENSE[0]=GPL
+ ENTERED=20110102
+ SHORT="CoffeeScript Major Mode for emacsen"
+cat << EOF
+An Emacs major mode for CoffeeScript, unfancy JavaScript.
+
+Provides syntax highlighting, indentation support, imenu support, a menu bar,
+and a few cute commands.
+EOF