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

go.setup            github.com/Tufin/oasdiff 1.11.3 v
go.offline_build    no
revision            0

homepage            https://www.oasdiff.com/

description         Compare and detect breaking changes in OpenAPI specs.

long_description    {*}${description}

categories          devel
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  0cf0ed28fa4cf9e8e6e4a03ea26f0e4a006e2bc5 \
                    sha256  f4cf977e6a00bdc85b380a60d11108985f18916039047489310ddb5eedd7a38e \
                    size    353636

destroot {
    xinstall -m 0766 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
