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