New package: terraform-docs-0.16.0

This commit is contained in:
Zach Dykstra 2022-03-09 15:20:44 -06:00 committed by Leah Neukirchen
parent ec57d64e95
commit 64a31bf6cc

View file

@ -0,0 +1,16 @@
# Template file for 'terraform-docs'
pkgname=terraform-docs
version=0.16.0
revision=1
build_style=go
go_import_path="github.com/$pkgname/$pkgname"
short_desc="Utility to generate documentation from Terraform modules"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT"
homepage="https://terraform-docs.io/"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=e370fd106ca74caebc8632834cc28412a3a6a160952392da71f213515bba2085
post_install() {
vlicense LICENSE
}