2011-07-09 18:16:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Chromedriver < Formula
|
2012-03-22 23:25:28 +00:00
|
|
|
homepage 'http://code.google.com/p/chromedriver/'
|
2012-10-09 01:36:25 +00:00
|
|
|
url 'https://chromedriver.googlecode.com/files/chromedriver_mac_23.0.1240.0.zip'
|
|
|
|
sha1 '20a21cca0a4f0a1e25ee88e1f0bd53acbdba4cc6'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|