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

github.setup        flyingrub scdl 2.7.3 v
github.tarball_from archive
revision            0

categories          net
platforms           {darwin any}
supported_archs     noarch
license             GPL-2
maintainers         nomaintainer

description         Soundcloud Music Downloader
long_description    {*}${description}

checksums           rmd160  0d30a7592de6fe2667ed852c428e25d7377a413e \
                    sha256  e05cc7983369e6635e43eff3c9036f8707d7315db2076dc8d9046bf16f1c020d \
                    size    19204

python.default_version 312

depends_build-append \
                    port:py${python.version}-setuptools

depends_lib-append  port:py${python.version}-docopt \
                    port:py${python.version}-mutagen \
                    port:py${python.version}-termcolor \
                    port:py${python.version}-requests \
                    port:py${python.version}-clint \
                    port:py${python.version}-pathvalidate \
                    port:py${python.version}-soundcloud-v2

depends_run-append  port:ffmpeg
