# -*- 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                you-get
python.rootname     you_get
version             0.4.1743
revision            0
categories-prepend  net
platforms           {darwin any}
license             MIT
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         dumb downloader that scrapes the web
long_description    ${name} is a {*}${description}.
homepage            https://github.com/soimort/you-get
checksums           rmd160  d54936f54df69bad79f4e9b5e62540c99b005384 \
                    sha256  cbc1250d577246ec9d422cef113882844c80d8729f32d3183a5fa76648a20741 \
                    size    156416
supported_archs     noarch

python.default_version  313

depends_lib-append  port:py${python.version}-dukpy
depends_run-append  path:bin/ffmpeg:ffmpeg \
                    port:rtmpdump
