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