# -*- 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.7.1 release-
octave.module       doc
github.tarball_from releases
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}

checksums           rmd160  4887ea21611715653214e81423822a2a2ada44a3 \
                    sha256  3ed957e259480dc70f2da750f7b55cc414f9ee5ead3c836e9c973619e68dcc86 \
                    size    125437

depends_lib         port:git \
                    port:texi2html
