From 5cc6aa2a30dcc79b8c8f4e9869a9af7740eb0677 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Tue, 17 May 2022 20:52:32 -0400 Subject: [PATCH] New package: act-0.2.26 --- srcpkgs/act/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/act/template diff --git a/srcpkgs/act/template b/srcpkgs/act/template new file mode 100644 index 000000000000..0a55c021036f --- /dev/null +++ b/srcpkgs/act/template @@ -0,0 +1,16 @@ +# Template file for 'act' +pkgname=act +version=0.2.26 +revision=1 +build_style=go +go_import_path="github.com/nektos/act" +short_desc="Run your GitHub Actions locally" +maintainer="0x5c " +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 +}