17 lines
500 B
Bash
17 lines
500 B
Bash
# 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
|
|
}
|