# -*- 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               cmake  1.1
PortGroup               github 1.0

github.setup            editorconfig editorconfig-core-c 0.12.11 v
github.tarball_from     archive
revision                0
categories              devel
license                 BSD
maintainers             {@TheRealKeto gmail.com:therealketo} openmaintainer

description             EditorConfig makes it easy to maintain the correct coding style
long_description        This code produces a program that accepts a filename as input and will \
                        look for .editorconfig files with sections applicable to the given file, \
                        outputting any properties found.

checksums               rmd160  18823c23536cbaacb2234c81306fe370a8d4a377 \
                        sha256  9d8b420b56a969ea3cf784861c72d26fa0e158fa1494d732df2c8a1480d36a5c \
                        size    77800

depends_build-append    path:bin/doxygen:doxygen
depends_lib-append      port:pcre2

post-destroot {
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 ${worksrcpath}/LICENSE ${destroot}${prefix}/share/doc/${name}
}
