slackbuilds/development/leiningen
Ryan P.C. McQuen 8f82185626 development/leiningen: Updated for version 2.3.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-03-31 09:23:36 +07:00
..
README development/leiningen: Added (automation tool for Clojure projects) 2011-12-18 00:07:51 -02:00
leiningen.SlackBuild development/leiningen: Updated for version 2.3.4 + new maintainer. 2014-03-31 09:23:36 +07:00
leiningen.info development/leiningen: Updated for version 2.3.4 + new maintainer. 2014-03-31 09:23:36 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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/.