# Template file for 'act'
pkgname=act
version=0.2.88
revision=1
build_style=go
go_import_path="github.com/nektos/act"
go_ldflags="-X main.version=${version}"
short_desc="Run your GitHub Actions locally"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/nektos/act"
distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz"
checksum=a70c187ee403b53ead14b53296671528787734980b99d6deba029191c69ab131
make_check=no # Tests require docker

post_install() {
	vlicense LICENSE
}
