19 lines
514 B
Bash
19 lines
514 B
Bash
# 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
|
|
}
|