The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
require 'formula' | |
def mysql_installed? | |
`which mysql_config`.length > 0 | |
end | |
class Php < Formula | |
url 'http://museum.php.net/php5/php-5.2.4.tar.gz' | |
homepage '' | |
md5 '0826e231c3148b29fd039d7a8c893ad3' |