# -*- 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.0
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  40a05b56ab57976905d2a5056e93bfef252440f1 \
                    sha256  d8ff25fb608ca4145d4af688e999ea106128e75b95fb1edc6861499133e9bb8c \
                    size    13089

xcode.target        ${name}
xcode.configuration Release

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