homebrew-core/Formula/chromedriver.rb
Jari Bakken c54e6210e3 chromedriver 14.0.813.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 14:07:25 -07:00

11 lines
296 B
Ruby

require 'formula'
class Chromedriver < Formula
url 'http://chromium.googlecode.com/files/chromedriver_mac_14.0.836.0.zip'
homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver'
sha1 '2b292bb47e26286fc714c3b9a74904800a6acc97'
def install
bin.install 'chromedriver'
end
end