# -*- 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           qt6 1.0
PortGroup           cmake 1.1

name                socnetv
github.setup        socnetv app 3.2 v
github.tarball_from archive
revision            0

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

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

homepage            https://socnetv.org/

checksums           rmd160  89e8771e1c5d9a8ed5f0f04343955de6a92f9e8d \
                    sha256  1f60cb3f14d22b445f80b1106f7e9a9084b7496dd3c979a1421051db25a459a2 \
                    size    806938

qt6.depends_lib     qt5compat \
                    qtcharts \
                    qtsvg

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

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