# -*- 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/securego/gosec 2.22.3 v
go.package          github.com/securego/gosec/v2
go.offline_build    no
revision            0

homepage            https://securego.io

description         Golang security checker. Inspects source code for \
                    security problems by scanning the Go AST.

long_description    {*}${description}

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

checksums           rmd160  a8121d158553d1ad7ecaa9428a63b2fb2d6ae9fe \
                    sha256  f9b9ac7e82e8bc66ea340d161ce4034575174dd8fd9688e0cde089f2f4e8b31d \
                    size    171610

build.cmd           make
build.pre_args-append \
                    BUILD_DATE= \
                    GIT_TAG=${github.tag_prefix}${version}
build.args          build-${goos}

patch {
    reinplace -E "s|build-linux|build-${goos}|g"        ${worksrcpath}/Makefile
    reinplace -E "s|GOOS=linux|GOOS=${goos}|g"          ${worksrcpath}/Makefile
    reinplace -E "s|GOARCH=amd64|GOARCH=${goarch}|g"    ${worksrcpath}/Makefile
}

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