void-packages/srcpkgs/tflint/template
Sora Morimoto c814ae9ed5 tflint: update to 0.22.0
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-12-10 10:37:51 -03:00

16 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
}