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

github.setup        MicroKoder QIEC104 1.1.1 v
github.tarball_from archive
name                qiec104
revision            0

categories          net
license             MIT
maintainers         {@sikmir disroot.org:sikmir} openmaintainer

description         Small IEC104 client
long_description    {*}${description}

checksums           rmd160  e0ad487183cd4fa63e15c4fae7af3615d1181c58 \
                    sha256  b01629f6664fdc0cf71353c7c7de22999c1482e9766b3e3828c45b0ecc5c9ddb \
                    size    81725

destroot {
    copy ${worksrcpath}/Q104.app ${destroot}${applications_dir}
}
