require 'formula' class GoogleSqlTool < Formula homepage 'https://developers.google.com/cloud-sql/docs/commandline' url 'http://dl.google.com/cloudsql/tools/google_sql_tool.zip' sha1 '67111a75a1c37b34527b3954795b179f62e88632' version 'r10' def install # Patch script to find jar system "chmod +w google_sql.sh" # WTF inreplace 'google_sql.sh', 'SQL_SH_DIR="$(cd $(dirname $0); pwd)"', "SQL_SH_DIR=\"#{libexec}\"" libexec.install %w(google_sql.sh google_sql.jar) bin.install_symlink libexec+('google_sql.sh') => 'google_sql' end end >homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mruby.rb
AgeCommit message (Expand)Author
2014-04-30mruby: update 1.0.0 bottle.BrewTestBot
2014-04-30mruby: install includesRyan Scott Lewis
2014-03-14mruby: fix checksumJack Nagel
2014-03-08formulae: don't use GitHub zip files.Mike McQuaid
2014-03-04mruby: add 1.0.0 bottle.BrewTestBot
2014-03-04mruby 1.0.0Colin Dean