void-packages/srcpkgs/terragrunt/template

19 lines
514 B
Bash
Raw Normal View History

2017-08-15 18:51:31 +02:00
# Template file for 'terragrunt'
pkgname=terragrunt
2017-09-01 22:37:15 +02:00
version=0.13.1
2017-08-15 18:51:31 +02:00
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"
2017-09-01 22:37:15 +02:00
checksum=0d15df6f327335cd68464b71acacc5a6d2b82c62d6b63d019091338ed9219a97
2017-08-15 18:51:31 +02:00
post_install() {
vlicense LICENSE.txt
}