Ticket #45850: Portfile

File Portfile, 1.3 KB (added by rockettj@…, 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                chromedriver
7version             2.12
8license             Apache-2
9categories          www
10platforms           darwin
11maintainers         nomaintainer
12description         ChromeDriver - WebDriver for Chrome
13long_description    WebDriver is an open source tool for automated testing of webapps across \
14                    many browsers. It provides capabilities for navigating to web pages, user \
15                    input, JavaScript execution, and more.
16platforms           darwin
17homepage            https://sites.google.com/a/chromium.org/chromedriver/
18master_sites        http://chromedriver.storage.googleapis.com/${version}
19worksrcdir          .
20distname            ${name}_mac32
21checksums           rmd160  f81302904f0d65ad06a9c53161493bc57e7a16a0 \
22                    sha256  f93464dd4e57f7d59601e9ab92ad0770493f9ea00b69ddba8da3886c35852d4b
23use_zip             yes
24use_configure       no
25
26build {
27}
28
29destroot {
30    xinstall -m 755 ${worksrcpath}/chromedriver ${destroot}${prefix}/bin/
31}
32
33livecheck.type   md5
34livecheck.md5    9ac3613472f8d3a4d7ed06ab57224f34
35livecheck.url    http://chromedriver.storage.googleapis.com/LATEST_RELEASE