slackbuilds_ponce/development/leiningen
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
leiningen.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
leiningen.SlackBuild development/leiningen: Added (automation tool for Clojure projects) 2011-12-18 00:07:51 -02:00
README development/leiningen: Added (automation tool for Clojure projects) 2011-12-18 00:07:51 -02:00
slack-desc development/leiningen: Added (automation tool for Clojure projects) 2011-12-18 00:07:51 -02:00

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