# -*- 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/daveshanley/vacuum 0.20.2 v
go.offline_build    no
revision            0

homepage            https://quobix.com/vacuum
master_sites        https://github.com/daveshanley/vacuum/archive/refs/tags/v${version}

description         \
    ${name} is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and \
    quality analysis tool.

long_description    \
    {*}${description} Built in Go, it tears through API specs faster than you \
    can think. ${name} is compatible with Spectral rulesets and generates \
    compatible reports.

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

checksums           rmd160  0e3a8bdc4e6ae87c1cd64bed384e6799c709c51a \
                    sha256  7788b7d5937ed684a842e52d8db6d3260eeb4adafb58fdb4ce2226db1020cfab \
                    size    15387058

build.pre_args-append \
    -ldflags \" -X main.version=v${version} \"

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