From 02849a91519fc33fba2e86901195b1d600d66d3b Mon Sep 17 00:00:00 2001 From: Kye Shi Date: Wed, 16 Dec 2020 12:01:39 -0800 Subject: [PATCH] New package: act-0.2.24 --- srcpkgs/act/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/act/template diff --git a/srcpkgs/act/template b/srcpkgs/act/template new file mode 100644 index 000000000000..2291259b1236 --- /dev/null +++ b/srcpkgs/act/template @@ -0,0 +1,17 @@ +# Template file for 'act' +pkgname=act +version=0.2.24 +revision=1 +build_style=go +go_import_path="github.com/nektos/act" +short_desc="Run your GitHub Actions locally" +maintainer="Kye Shi " +license="MIT" +homepage="https://github.com/nektos/act" +changelog="https://github.com/nektos/act/releases" +distfiles="https://github.com/nektos/act/archive/v${version}.tar.gz" +checksum="c6bc09cac52483e175f25d50a262e6b0815789a243a657b6b0c597f048487e0f" + +post_install() { + vlicense LICENSE +}