homebrew-core/Formula/chromedriver.rb
Kyle VanderBeek de9c339651 chromedriver 17.0.963.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-21 11:44:40 -08:00

11 lines
296 B
Ruby

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