19 lines
531 B
Bash
19 lines
531 B
Bash
# Template file for 'terragrunt'
|
|
pkgname=terragrunt
|
|
version=0.23.33
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/gruntwork-io/$pkgname"
|
|
hostmakedepends="git"
|
|
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=28e5a3bc2d9ec9ad8a2037680ba28214267ec974f6d8315ad23730c222c6a1fe
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|