# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           xcode 1.0

github.setup        ios-control ios-deploy 1.12.2
github.tarball_from archive
revision            0
categories          devel
license             GPL-3+
maintainers         nomaintainer

description         Install and debug iPhone apps from the command line, without using Xcode
long_description    {*}${description}

checksums           rmd160  46fba9d017db2e216c7ee358eb1dabf25acad089 \
                    sha256  2a1e9836192967f60194334261e7af4de2ba72e4047a3e54376e5caa57a1db70 \
                    size    74828

xcode.configuration Release
xcode.target        ${name}

destroot {
    xinstall -m 0755 -W ${worksrcpath}/build/${xcode.configuration} \
        ${name} ${destroot}${prefix}/bin
}

github.livecheck.regex  {([0-9.]+)}
