From 38bceb807e319b50ccfa7b96d658649a937d7c14 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.17 --- 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 00000000000..50061ffd459 --- /dev/null +++ b/srcpkgs/act/template @@ -0,0 +1,17 @@ +# Template file for 'act' +pkgname=act +version=0.2.17 +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=124bfda32da78d38ba9d439a5671228fadb97c636092cdc9c911565bf2614c37 + +post_install() { + vlicense LICENSE +}