# -*- 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/nektos/act 0.2.71 v go.offline_build no github.tarball_from archive revision 0 description Run your GitHub Actions locally long_description \ ${name} allows you to run your GitHub Actions locally using Docker. categories devel installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer platforms darwin linux checksums rmd160 90cf03baa860cc3d15b5ed87f08442e160833162 \ sha256 042ebb0bd0bbd27803d09ebf4f257a7e90b05a5ff708eabab23b4cb0e25d6edb \ size 9298903 build.cmd make build.pre_args VERSION=${version} build.args build destroot { xinstall -m 0755 ${worksrcpath}/dist/local/act ${destroot}${prefix}/bin/ } notes "${name} requires a running version of Docker Desktop"