diff options
author | Jockey S. Kyd <jockey.kyd@gmail.com> | 2011-12-15 22:25:06 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:51 -0200 |
commit | 0cd84a0d10f19521a42f80e24a4f8716f8d57fc2 (patch) | |
tree | 3c4cb3330c9bfe97062c181886a0c426c0106f1c /development/leiningen/README | |
parent | 1f87a7754c1599f466301a07c50742f379dc4d72 (diff) | |
download | slackbuilds-0cd84a0d10f19521a42f80e24a4f8716f8d57fc2.tar.gz |
development/leiningen: Added (automation tool for Clojure projects)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/leiningen/README')
-rw-r--r-- | development/leiningen/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/leiningen/README b/development/leiningen/README new file mode 100644 index 0000000000..207b5ac06c --- /dev/null +++ b/development/leiningen/README @@ -0,0 +1,11 @@ +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 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/. |