Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: act-0.2.26 #37174

Merged
merged 1 commit into from
May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/act/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'act'
pkgname=act
version=0.2.26
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=73d75205293bd18e4f529ef1aa47da79fcd7eda2413b790816f4ca63b7aa02ce

post_install() {
vlicense LICENSE
}