homebrew-core/Formula/chromedriver.rb

12 lines
283 B
Ruby
Raw Normal View History

require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
2013-07-09 16:49:06 +00:00
url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.1.zip'
sha1 'c8db9cbe1bbcc202206606225e0954c709af3fe8'
def install
bin.install 'chromedriver'
end
end