New package: terragrunt-0.13.0

This commit is contained in:
Andrea Brancaleoni 2017-08-15 18:51:31 +02:00
parent 1f3141b529
commit a4f454f898

View file

@ -0,0 +1,18 @@
# Template file for 'terragrunt'
pkgname=terragrunt
version=0.13.0
revision=1
build_style=go
short_desc="A thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
depends="terraform"
hostmakedepends="git"
license="MIT"
go_import_path="github.com/gruntwork-io/$pkgname"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=6286657a3f821919122e6eb7aef50f6cdd37aca669ca30d0bbae14a790651bae
post_install() {
vlicense LICENSE.txt
}