# -*- 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.11.4
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
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  70186ed0c0f683fb3a4bbb6c8f5a7d9eba6cd310 \
                    sha256  04da3e15bfdf63e1cdee5416cbdc3cc78dc9b9116264890f41cf00e6aa17ada5 \
                    size    61988

xcode.configuration Release
xcode.target        ${name}

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

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