# -*- 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/goss-org/goss 0.4.8 v go.offline_build no github.tarball_from archive revision 0 homepage https://goss.rocks description Quick and Easy server testing/validation long_description \ ${name} is a YAML based serverspec alternative tool for validating a \ server’s configuration. It eases the process of writing tests by allowing \ the user to generate tests from the current system state. Once the test \ suite is written they can be executed, waited-on, or served as a health \ endpoint. categories sysutils installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 be49aeac190c689d736ae1d99ae6fb282d597718 \ sha256 62ef429c9dd1bd73633673ee7e1e54492adf55962aa79411d3a21f8f7fe5396c \ size 151335 build.pre_args-append \ -ldflags \" \ -s -w -X main.version=${version} \ \" build.args ./cmd/${name} destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }