17 lines
526 B
Bash
17 lines
526 B
Bash
# Template file for 'tflint'
|
|
pkgname=tflint
|
|
version=0.52.0
|
|
revision=2
|
|
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=18ccb225df4616b3c91681d5b2ace423e4522c4cc71c68e6d1df665d6f0a7cdd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|