summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/clojure-mode/DETAILS
blob: 94bf4ac5388a99f2718a6526de98803e5f6bfa52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=clojure-mode
if [ "$CLOJURE_MODE_AUTOUPDATE" == y ]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/technomancy/${SPELL}.git:${SPELL}-git
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE="https://github.com/technomancy/clojure-mode"
      LICENSE[0]=GPL
         ENTERED=20110102
           SHORT="Emacs mode that handles clojure"
cat << EOF
A major mode that provides font-lock, indentation, and functions for
communication with subprocesses for Clojure.

It’s more useful if used together with swank-clojure to interact with
subprocesses.
EOF