# -*- 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.62 v 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 d369e99357d0bf1af5dd67ab9891c55ad0dc8d80 \ sha256 2b0231d02d57d5edbcc070b7c4802acf16110a0582ffb40181aaa695f2b7bf5c \ size 9270440 # Difficulty building with vendored libs. # Allow fetching libraries at build time: go.offline_build no 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"