From 78cec7f5a22a28d98b636ff502847211408e2acb Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Fri, 13 Nov 2020 13:01:05 +0900 Subject: [PATCH] New package: tflint-0.20.3 Signed-off-by: Sora Morimoto --- srcpkgs/tflint/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/tflint/template diff --git a/srcpkgs/tflint/template b/srcpkgs/tflint/template new file mode 100644 index 00000000000..305bbc146b9 --- /dev/null +++ b/srcpkgs/tflint/template @@ -0,0 +1,16 @@ +# Template file for 'tflint' +pkgname=tflint +version=0.20.3 +revision=1 +build_style=go +go_import_path="github.com/terraform-linters/$pkgname" +short_desc="Terraform linter focused on possible errors, best practices, etc" +maintainer="Sora Morimoto " +license="MPL-2.0" +homepage="https://github.com/terraform-linters/tflint" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=a375bdcae4276e39607a026da9b50ddca6656586baed2c7c667ed77acf570985 + +post_install() { + vlicense LICENSE +}