# Template file for 'act'
pkgname=act
version=0.2.89
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=649cd5b91cad870871d2283fb3ad95c8fa1d5ced7a1db8d7b346d1a7dcd3ec71
make_check=no # Tests require docker

post_install() {
	vlicense LICENSE
}
