17 lines
500 B
Bash
17 lines
500 B
Bash
# Template file for 'tflint'
|
|
pkgname=tflint
|
|
version=0.22.0
|
|
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=a67684904b52f53dc0d5cc26c35927323f458507cbc5abee19351736a955912d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|