# -*- 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 qmake5 1.0 name oscar version 1.5.3 revision 0 # please increase revision with new build_number set build_number 0 # see https://gitlab.com/pholy/OSCAR-code/-/tags for upload_tag associated with version set upload_tag 7267dafa46a871449bf4c5131f4a7998baf769c0 categories aqua license GPL-3 maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer description a cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data long_description OSCAR is ${description}, \ which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea. homepage https://www.sleepfiles.com/OSCAR/ master_sites https://gitlab.com/pholy/OSCAR-code/-/archive/${upload_tag} distname ${name}-${version}-r-${build_number} checksums rmd160 7c0e8c469a9ff1c712a33986f1ada1beec4218fd \ sha256 decd7fbbcbb1ee2fa2cfc135bc312ab8804a14707ecd9e3a841cf97668f677c7 \ size 7868784 qt5.min_version 5.13 worksrcdir OSCAR-code-${upload_tag} patchfiles-append patch-oscar.pro.diff configure.args-append ${worksrcpath}/oscar/oscar.pro qt5.depends_build_component qttools depends_lib-append port:zlib qt5.depends_component qtserialport destroot { copy ${worksrcpath}/OSCAR.app ${destroot}${applications_dir} } livecheck.type regex livecheck.url https://gitlab.com/pholy/OSCAR-code/-/tags livecheck.regex { v(\d+(?:\.\d+)*)[^-]}