18 lines
510 B
Bash
18 lines
510 B
Bash
# Template file for 'terragrunt'
|
|
pkgname=terragrunt
|
|
version=0.38.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/gruntwork-io/terragrunt"
|
|
depends="terraform"
|
|
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=8362c0e23f9547c3ff95454e8b4c7176b6d2d4273e5def8f50e6cab4604abe02
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|