mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
New package: terraform-docs-0.16.0
This commit is contained in:
parent
ec57d64e95
commit
64a31bf6cc
1 changed files with 16 additions and 0 deletions
16
srcpkgs/terraform-docs/template
Normal file
16
srcpkgs/terraform-docs/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue