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

github.setup        ShinobuAmasaki forgex-cli 3.5 v
revision            0
categories-append   textproc
license             MIT
maintainers         nomaintainer
description         Fortran Regular Expression Command Line Interface
long_description    {*}${description}
homepage            https://shinobuamasaki.github.io/forgex-cli
checksums           rmd160  fd3256fe22b01c5968f9ed00f175124fb8a20af1 \
                    sha256  6c1dc07cc839ec5827ef2dfa862a9fac86f71c8160478c8f91a1814e1babf817 \
                    size    22562
github.tarball_from archive

depends_run-append  port:forgex

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