forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfile
More file actions
40 lines (29 loc) · 1.23 KB
/
Portfile
File metadata and controls
40 lines (29 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# -*- 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}
}