2022-05-18 02:52:32 +02:00
|
|
|
# Template file for 'act'
|
|
|
|
pkgname=act
|
2022-12-25 00:33:40 +01:00
|
|
|
version=0.2.34
|
2022-05-18 02:52:32 +02:00
|
|
|
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>"
|
2022-12-25 00:33:40 +01:00
|
|
|
license="MIT, Apache-2.0"
|
2022-05-18 02:52:32 +02:00
|
|
|
homepage="https://github.com/nektos/act"
|
|
|
|
distfiles="https://github.com/nektos/act/archive/refs/tags/v${version}.tar.gz"
|
2022-12-25 00:33:40 +01:00
|
|
|
checksum=a036406c7d20c31e168ba90540ebb27c4c107f8915bd15a971496194200e137f
|
2022-05-18 02:52:32 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|