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

name                matrix-commander
python.rootname     matrix_commander
version             8.0.5
revision            0
categories-append   net chat
supported_archs     noarch
platforms           {darwin any}
license             LGPL-3
maintainers         nomaintainer
description         Simple command-line Matrix client
long_description    {*}${description}.
homepage            https://github.com/8go/matrix-commander
checksums           rmd160  4d5368b66766b98ebe7b786151804d65993c738f \
                    sha256  fd1517f037dabd6fc9cbe31952eaa0fd2aa1435aa3118ead2b8898f648647422 \
                    size    198224

python.default_version  312

# FIXME: TUI version needs this fixed: https://github.com/8go/matrix-commander/issues/203
depends_lib-append  port:matrix-nio \
                    port:olm \
                    port:py${python.version}-aiofiles \
                    port:py${python.version}-aiohttp \
                    port:py${python.version}-async-timeout \
                    port:py${python.version}-emoji \
                    port:py${python.version}-magic \
                    port:py${python.version}-markdown \
                    port:py${python.version}-notify2 \
                    port:py${python.version}-Pillow \
                    port:py${python.version}-pyxdg \
                    port:py${python.version}-urllib3
