# -*- 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
PortGroup           github 1.0

name                morshutalk
github.setup        n0spaces MorshuTalk 993fa2bff4f389cc43363aefb419eb9d5de8bc46
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             0.0.2
revision            0

categories-append   games
license             MIT
maintainers         nomaintainer

description         Morshu text-to-speech
long_description    {*}${description}

checksums           rmd160  cccad335aa19050c25d02a8c26835328425b586e \
                    sha256  01e1e9731ddbe0898e479536a269fc9b732421c7a585b36aef4ee1dc2d68ca63 \
                    size    1879024

python.default_version 312

depends_lib-append \
                port:py${python.version}-g2p-en \
                port:py${python.version}-numpy \
                port:py${python.version}-pydub \
                port:py${python.version}-sounddevice \
                port:py${python.version}-tqdm
