void-packages/srcpkgs/terragrunt/template
2021-02-20 21:53:41 +00:00

18 lines
532 B
Bash

# Template file for 'terragrunt'
pkgname=terragrunt
version=0.28.7
revision=1
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
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=e84d4ade9ffbc1ca9e0a2b9cf594915a9515d331cfcc65f78b6c36b0cb3b53cc
post_install() {
vlicense LICENSE.txt
}