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

name                ruxx
github.setup        trickerer01 Ruxx 1.7.861
revision            1
categories-prepend  net manga
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         Ruxx is a content downloader with a lot of filters for maximum search precision
long_description    {*}${description}
checksums           rmd160  abd2b19270acb384f5fc42cdc7df3a237a7842e4 \
                    sha256  c5705675f52da7bec7d6565c2a46c528642903e23dd9cec073f568eae21d0e6d \
                    size    18231263
github.tarball_from archive
supported_archs     noarch

# https://github.com/trickerer01/Ruxx/issues/30
patchfiles          patch-enable-darwin.diff

python.default_version  313

depends_build-append \
                    port:py${python.version}-setuptools_scm
depends_lib-append  port:py${python.version}-beautifulsoup4 \
                    port:py${python.version}-iteration-utilities \
                    port:py${python.version}-requests \
                    port:py${python.version}-socks \
                    port:py${python.version}-tkinter
