# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github gnu-octave pkg-octave-doc 0.6.0 release-
octave.module       doc
revision            0
license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         Create a function reference from Octave help texts (docstrings) \
                    from single functions or all functions in a package, which can be \
                    installed with pkg.
long_description    {*}${description} The generated pages follow the template of the \
                    Octave Packages at GitHub Pages based on bootstrap 5 and they have \
                    similar layout to the older documentation reference pages at Source \
                    Forge.

supported_archs     noarch
platforms           {darwin any}

# Remove when updating to the next version
dist_subdir         ${name}/${version}_${revision}

checksums           rmd160  335416b82d891e78307ab5c7a3537e6943e5ed24 \
                    sha256  18eb90d7a97bfa477b4fee0898d8af85213b710086f6b7a1983561b14da47ebe \
                    size    159428

depends_lib         port:git \
                    port:texi2html
