2024-11-27 04:38:51 +00:00

17 lines
490 B
Bash

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