# -*- 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.14.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  9efbd2b48a3c207e89e22393c55350d8a039c413 \
                    sha256  eac82480b916d520e4c7938cbd593ceda34c9241cba04022a078550d0d324cfe \
                    size    2183950

depends_build       port:autoconf port:automake port:libtool

compiler.c_standard 1999

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

configure.args      --disable-silent-rules
