aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua.rb
AgeCommit message (Collapse)Author
2010-03-16Remove modification of lua man page location.Ali Asad Lotia
The man page was being installed in #{prefix}/share/share/man. The default value in the makefile installs to #{prefix}/share/man which is fine. I removed the "inreplace" block that changes the location from the default. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-21Use more inreplace features.Adam Vandenberg
Update formulas to make more idiomatic use of "inreplace", including its new ability to take a list of files to act on.
2009-12-17Update Lua to install pkg-config info.Adam Vandenberg
2009-12-12Reformat lua formula.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-30Fix the Lua formula to properly load libraries installed in HOMEBREW_PREFIXJames Whitehead II
2009-09-16Default to patch level 1Max Howell
Having gone through our patches it's clear that p1 is more standard. Also fixed a bug where returning DATA outside of an array would fail to patch.
2009-09-16Use __END__ patch rather than github gistMax Howell
Also there was seemingly some bug where if you didn't read the pipe for the patch commmand the exit status was non-zero.
2009-09-16Fix up Lua formula a bitBen Alpert
2009-09-01Lua formulaSean Wolfe
Lua is a powerful, fast, lightweight, embeddable scripting language.