17 lines
491 B
Bash
17 lines
491 B
Bash
# Template file for 'terragrunt'
|
|
pkgname=terragrunt
|
|
version=0.68.14
|
|
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=10fc14bad8338bc07259dc0e9cb0778477119fe2b1e8fcc8399e94f19c5868fd
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|