17 lines
496 B
Bash
17 lines
496 B
Bash
# Template file for 'terraform-docs'
|
|
pkgname=terraform-docs
|
|
version=0.17.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=698537c9cc170f8760cda862d560bfeaa24f2a705bbc70c22a8facbf05a829e0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|