18 lines
493 B
Bash
18 lines
493 B
Bash
# Template file for 'act'
|
|
pkgname=act
|
|
version=0.2.51
|
|
revision=2
|
|
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, Apache-2.0"
|
|
homepage="https://github.com/nektos/act"
|
|
distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=5b8d557ab72e9e5ee78663eadc7b9dfd0b9a68b7b381edeee527d77f60541773
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|