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

github.setup        suminb readown 1.0.5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
checksums           rmd160  9b3bf26c43bd2c6399212e973838e4968f4ec96c \
                    sha256  f7336a261796b934ea52edcf4ea483879f3a25dbc6fc9b76dca17f9a3bb584d4 \
                    size    215463

name                Readown
categories          aqua textproc
maintainers         {ryandesign @ryandesign} openmaintainer
license             LGPL-3

description         markdown reader GUI

long_description    ${name} is a simple {*}${description}.

xcode.target        ${name}

post-destroot {
    set docdir ${destroot}${prefix}/share/doc/${name}
    xinstall -d ${docdir}
    xinstall -m 644 -W ${worksrcpath} \
        LICENSE.markdown \
        README.markdown \
        ${docdir}
}
