19 lines
513 B
Bash
19 lines
513 B
Bash
# Template file for 'terragrunt'
|
|
pkgname=terragrunt
|
|
version=0.13.7
|
|
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=760738f6a8219fce2451c1590ed93e6f8cb1bfc9610893f82a988ecf1225a83a
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|