aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/falcon.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-22Fix falcon md5George Kulakowski
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-16Update falcon to 0.9.6.8Steven Oliver
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-10-07Update falcon brew to 0.9.6.6Steven Oliver
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-07brew-audit - catch more interpolation style issuesAdam Vandenberg
2010-08-08Update formulae to use path shortcutsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-04-04Formula for the Falcon programming language.Ali Asad Lotia
The initial commit of the Falcon programming language. This formula installs version 0.9.6.4 and also installs the documentation for the core language and for the standard libraries (feathers). Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Minor reformats