2025-02-19 17:20:47 +01:00

17 lines
490 B
Bash

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