# -*- 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.69 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 ceba1fe98d26505162a0d3b9474c07949de62947 \ sha256 aba388bff6661d85ddb55262cb76c266c878ffd8f5b374cf9b3485f4b8b71e51 \ size 9300220 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"