aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/falcon.rb
AgeCommit message (Collapse)Author
2015-03-16falcon: add 0.9.6.8 bottle.BrewTestBot
2015-03-16falcon: test addedBaptiste Fontaine
Closes #37773. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-27falcon: use new dslAdam Vandenberg
2012-08-21Fix Falcon on 10.8Max Howell
Probably 10.x in fact. Main problem was the internal PCRE didn't build and link errors occurred. Cmake sucks.
2012-04-19Remove redundant :using specsAdam Vandenberg
2012-02-05Falcon: always install manpagesAdam Vandenberg
It does not seem to increase compile time to always install the manpages.
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