New package: tflint-0.20.3

Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
Sora Morimoto 2020-11-13 13:01:05 +09:00 committed by Michael Aldridge
parent efcadf19f2
commit e74937778b

16
srcpkgs/tflint/template Normal file
View file

@ -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 <sora@morimoto.io>"
license="MPL-2.0"
homepage="https://github.com/terraform-linters/tflint"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=a375bdcae4276e39607a026da9b50ddca6656586baed2c7c667ed77acf570985
post_install() {
vlicense LICENSE
}