void-packages/srcpkgs/terragrunt/template
2025-01-27 10:32:48 +01:00

16 lines
490 B
Bash

# Template file for 'terragrunt'
pkgname=terragrunt
version=0.72.4
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=f9f2649a58bca6ef2d332b9301d3779825186bb9fb99b754ee049304353c7000
post_install() {
vlicense LICENSE.txt
}