void-packages/srcpkgs/terragrunt/template
2025-04-04 22:46:29 +00:00

16 lines
490 B
Bash

# Template file for 'terragrunt'
pkgname=terragrunt
version=0.77.7
revision=1
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
short_desc="Thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/gruntwork-io/terragrunt"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=e9a4c067fbf5a3dca62b9ecd7bb7b8916f183d6d7e893fd3cfd6d571b7194e51
post_install() {
vlicense LICENSE.txt
}