# -*- 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/sethvargo/ratchet 0.9.2 v go.offline_build no github.tarball_from archive revision 0 description A tool for securing CI/CD workflows with version pinning. long_description \ Ratchet is a tool for improving the security of CI/CD workflows by \ automating the process of pinning and unpinning upstream versions. It's \ like Bundler, Cargo, Go modules, NPM, Pip, or Yarn, but for CI/CD \ workflows. Ratchet supports GitHub Actions & Google Cloud Build. categories devel installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer build.pre_args-append \ -ldflags \"-X ${go.package}/internal/version.version=${version}\" checksums rmd160 ff9eaf42b5e3e5d06db5c45051f3f3761fbfcf00 \ sha256 a229b8cb3abc5300c438f78f35b9733ae4280ce59e0f8b5c7ec45f9b9c9b4683 \ size 52193 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }