# -*- 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.4 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  2b8a83320c64c3814c996580b7ca20a559eb1430 \
                    sha256  db18f00cf7bf679ece52e64bf20b75c0ce719a28e0810fd60181e3963fbc24cc \
                    size    1110661

compiler.cxx_standard 2017

qt6.depends_build   qttools

qt6.depends_lib     qt5compat \
                    qtcharts \
                    qtsvg

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

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