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

github.setup        stepankuzmin zenwriter 0.1
revision            0
categories          office
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3

description         Minimalistic plain text editor written with Qt4
long_description    {*}${description}

checksums           rmd160  70c23a96015eefd8a4a0bf2a142a7bb1e712e404 \
                    sha256  4ca6b826d5a5ec6909c4f577c8c167e86dbefcb2e4f44b5debc19f97e327ab31 \
                    size    9092
github.tarball_from archive

destroot {
    move ${worksrcpath}/${name}.app ${destroot}${applications_dir}/${name}.app
}
