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

name                socnetv
github.setup        socnetv app 102e8f164eacfd913c2141455c5a32a058ed4e47
version             1.1
revision            0

categories          science
license             GPL-3+
maintainers         {gmail.com:szhorvat @szhorvat} openmaintainer

description         Social Network Visualizer
long_description    {*}${description} (SocNetV) is a cross-platform, \
                    user-friendly free graphical software application for social \
                    network analysis and visualization.

homepage            https://socnetv.org

checksums           rmd160  0a641cdd215b1e0a1e2925bd330a069fb29707eb \
                    sha256  b299261ed3cd2b60ca813b49332d24b58ec20308a21a6c4922c97807fb15a3fa \
                    size    11403177
github.tarball_from archive

worksrcdir          ${worksrcpath}/trunk

patchfiles          patch-socnetv.pro.diff \
                    patch-mainwindow.cpp.diff \
                    patch-texteditor.cpp.diff

destroot {
    move ${build.dir}/SocNetV.app ${destroot}${applications_dir}
}

github.livecheck.regex (\\d(.\\d)*)
