. "$GRIMOIRE/FUNCTIONS"
           SPELL=coffee-mode
         VERSION=$(get_scm_version)
          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
