18 lines
514 B
Bash
18 lines
514 B
Bash
# Template file for 'terragrunt'
|
|
pkgname=terragrunt
|
|
version=0.13.14
|
|
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=6908826d0e21412e8b863edd073bfbdcd1ab96339dc621249acef96133760e8b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|