Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions srcpkgs/terraform-docs/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Template file for 'terraform-docs'
pkgname=terraform-docs
version=0.20.0
version=0.24.0
revision=1
build_style=go
go_import_path="github.com/$pkgname/$pkgname"
go_import_path="github.com/terraform-docs/terraform-docs"
short_desc="Utility to generate documentation from Terraform modules"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://terraform-docs.io/"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=793ad60be207292b9f27664d5c73bd75512e7a5e458b0fe2daa872b5ad46d6a9
make_check=no # golang.org/x/tools/internal/tokeninternal: invalid array length
distfiles="https://github.com/terraform-docs/terraform-docs/archive/refs/tags/v${version}.tar.gz"
checksum=e3c971a1f2a02732d964e19e65c901b4e02cca62c4b748c05d22e9690d055540

post_install() {
vlicense LICENSE
Expand Down