18 lines
510 B
Bash
18 lines
510 B
Bash
# Template file for 'terragrunt'
|
|
pkgname=terragrunt
|
|
version=0.39.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=f9c5892b6b978b1afe29aa2e3db1531703739920b03ab72864148a4a9e6e6934
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|