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

# Before the breakage by Qt5 hacks.
github.setup        xVST xVideoServiceThief 42588298a82305d2f86e34ccfd22a07b03753784
version             2.4.2
revision            0
categories          www multimedia
maintainers         nomaintainer
license             BSD

description         xVideoServiceThief is a tool for downloading your favourite video clips
long_description    {*}${description} from a lot of video websites.
homepage            https://www.xvideothief.com
checksums           rmd160  54993508ed6138b57e24f0ff1d482745a3a45a8f \
                    sha256  f2d8a5673e2504ba0463e2a3b9799908ea802fd408f6c52b3222ccef1470ea45 \
                    size    3887685
github.tarball_from archive

patchfiles-append   patch-xVideoServiceThief.pro.diff

# FIXME: the app itself is fine, but plugins need to be updated,
# otherwise it is pretty useless, as of now.

destroot {
    copy ${worksrcpath}/bin/${name}.app ${destroot}${applications_dir}
}
