17 lines
496 B
Bash
17 lines
496 B
Bash
# Template file for 'terraform-docs'
|
|
pkgname=terraform-docs
|
|
version=0.18.0
|
|
revision=2
|
|
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=ed4c51a8f8be8f9cf5117331005b200d807f362604447ddeb6781c744e5f4743
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|