New package: act-0.2.26
This commit is contained in:
parent
bfda85dace
commit
1fde2c6b1f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/act/template
Normal file
17
srcpkgs/act/template
Normal file
|
@ -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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue