17 lines
526 B
Bash
17 lines
526 B
Bash
# Template file for 'tflint'
|
|
pkgname=tflint
|
|
version=0.50.3
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/terraform-linters/tflint"
|
|
short_desc="Terraform linter focused on possible errors, best practices, etc"
|
|
maintainer="Emil Tomczyk <emru@emru.xyz>"
|
|
license="MPL-2.0"
|
|
homepage="https://github.com/terraform-linters/tflint"
|
|
distfiles="https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
|
|
checksum=e90acdbf4cd1dc936e50b580ade53583baced53a93b3b01cee3e073b233ef8c5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|