aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clay.rb
AgeCommit message (Collapse)Author
2013-03-28Change github /tarball/ URLs to /archive/ for formulae A-KAndrew Janke
The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-27clay 0.1.2Robert Lenhardt
Closes #13896. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-22Use new std_cmake_args methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24Put source path last in cmake argsAdam Vandenberg
2012-01-29clay 0.1.0Cory
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-02Clay: Use current binary and homepage URLscastFromVoidPtr
The Clay homepage has moved to http://claylabs.com/clay/. The claylanguage.org hostname still redirects to the old site, so that should be changed as well. Closes #8935. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-06-16remove redundant versionsAdam Vandenberg
2011-05-06clay 2011.04.18Jonathan Ragan-Kelley
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-18clay: version 2010.11.13Tianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-12update clay to 2010.07.29Lenny222
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09Adding formula for Clay languageSwaroop C H