# -*- 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.1 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 87c47e5200ef10d1138b225096f329cf74f06455 \ sha256 4c0cc09c952c23d788ef256777ed6ab54ac9e68c390bbfb5f11492aed627814e \ size 53526 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }