# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github  1.0
PortGroup           xcode   1.0

github.setup        prasmussen chrome-cli 1.10.2
github.tarball_from archive
revision            0

description         Control Google Chrome from the command line

long_description    ${name} is a command line utility for controlling Google \
                    Chrome compatible browsers on OS X. It is a native binary \
                    that uses the Scripting Bridge to communicate with Chrome.

categories          www
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  53d8c52548414ce78db5f63432d0bae82fae1a32 \
                    sha256  05684ef64ee1c9cc9f53e4da83aee6c72e4ba67e913af36e959e48e1e39fe74f \
                    size    13094

xcode.target        ${name}
xcode.configuration Release

destroot {
    xinstall ${worksrcpath}/build/Release/${name} ${destroot}${prefix}/bin/
}
