diff options
Diffstat (limited to 'Library/Formula/chromedriver.rb')
| -rw-r--r-- | Library/Formula/chromedriver.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb new file mode 100644 index 000000000..2c2af2abc --- /dev/null +++ b/Library/Formula/chromedriver.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Chromedriver < Formula + version '14.0.813.0' + url 'http://chromium.googlecode.com/files/chromedriver_mac_14.0.813.0.zip' + homepage 'http://seleniumhq.wordpress.com/2011/07/07/new-chromedriver/' + sha1 'b5f375000cb1e292cbe35966550075f9f28d50e5' + + def install + bin.install 'chromedriver' + end +end |
