summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/clojure-mode/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/clojure-mode/DETAILS')
-rwxr-xr-xemacs-lisp/clojure-mode/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/emacs-lisp/clojure-mode/DETAILS b/emacs-lisp/clojure-mode/DETAILS
new file mode 100755
index 0000000000..94bf4ac538
--- /dev/null
+++ b/emacs-lisp/clojure-mode/DETAILS
@@ -0,0 +1,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