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

codeberg.setup      gumbo-parser gumbo-parser 0.13.2
revision            0

categories          devel www
license             Apache-2

maintainers         nomaintainer

description         A pure C HTML5 parser

long_description    Gumbo is an implementation of the HTML5 parsing \
                    algorithm implemented as a pure C99 library with \
                    no outside dependencies. It's designed to serve \
                    as a building block for other tools and libraries \
                    such as linters, validators, templating languages, \
                    and refactoring and analysis tools.

checksums           rmd160  5231651133e3e081c90ae0190efda701ad53e939 \
                    sha256  dbdc159dc8e5c6f3f254e50bce689dd9e439064ff06c165d5653410a5714ab66 \
                    size    2145403

depends_build       port:autoconf \
                    port:automake \
                    port:libtool

compiler.c_standard 1999

configure.cmd       ./autogen.sh && ./configure

configure.args      --disable-silent-rules
