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

qt5.depends_component   qttools qtwebengine
qt5.min_version         5.12.3

github.setup            Sigil-Ebook PageEdit 2.0.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
revision                0
categories              editors
maintainers             nomaintainer
license                 GPL-3+

description             An ePub visual XHTML editor based on Sigil's Deprecated BookView.

long_description        {*}${description}

checksums               rmd160  d519448aa02866080a6c87f3cff8ff8c01b4da8d \
                        sha256  e696f2fecac75642896d91f68bb91a04f8627b75bf8412166f1c6e51252373fa \
                        size    7577279

compiler.cxx_standard   2011

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