void-packages/srcpkgs/act/template

18 lines
481 B
Bash

# Template file for 'act'
pkgname=act
version=0.2.29
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="0x5c <dev@0x5c.io>"
license="MIT"
homepage="https://github.com/nektos/act"
distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz"
checksum=92c7f774395e98cff2e53c9739d8266027837cd27f437514ea342a59179c3115
post_install() {
vlicense LICENSE
}