17 lines
538 B
Bash
17 lines
538 B
Bash
# Template file for 'tflint'
|
|
pkgname=tflint
|
|
version=0.47.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 <emil.tomczyk@skni.umcs.pl>"
|
|
license="MPL-2.0"
|
|
homepage="https://github.com/terraform-linters/tflint"
|
|
distfiles="https://github.com/terraform-linters/tflint/archive/v${version}.tar.gz"
|
|
checksum=2e9cefebb18e4fb15faa217dd2005feda2fdcabb7948d1298773b8458bb04abe
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|