summaryrefslogtreecommitdiff
path: root/development/leiningen/README
diff options
context:
space:
mode:
authorRyan P.C. McQuen <ryan.q@linux.com>2015-12-13 16:59:40 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-19 07:25:14 +0700
commit230f44a322a4862781ea70ddad2b4c689ee94663 (patch)
tree0b672a4dbf06299e8d91b5d15c63fc32c9ca2e07 /development/leiningen/README
parentf4402f04fbca658e2a35b6b86c534a1cc3b5df47 (diff)
downloadslackbuilds-230f44a322a4862781ea70ddad2b4c689ee94663.tar.gz
development/leiningen: Updated for version 2.5.3.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/leiningen/README')
-rw-r--r--development/leiningen/README14
1 files changed, 4 insertions, 10 deletions
diff --git a/development/leiningen/README b/development/leiningen/README
index 207b5ac06c..6e8dd88bd7 100644
--- a/development/leiningen/README
+++ b/development/leiningen/README
@@ -1,11 +1,5 @@
-Leiningen is for automating Clojure projects without setting your hair on
-fire. Working on Clojure projects with tools designed for Java can be an
-exercise in frustration. With Leiningen, you just write Clojure.
+Leiningen is the easiest way to use Clojure. With a
+focus on project automation and declarative configuration,
+it gets out of your way and lets you focus on your code.
-Leiningen bootstraps itself using the 'lein' shell script; there is no
-separate 'install script'. It installs its dependencies upon the first run on
-unix, so the first run will take longer.
-
-Hence, this build script just installs the 'lein' shell script into /usr/bin/,
-then you need to manually invoke 'lein self-install' as normal user, which
-won't touch system directories but install some stuff into ~/.lein/.
+'jdk' is a runtime dependency.