void-packages/srcpkgs/terragrunt/template
2017-10-28 10:39:03 +02:00

19 lines
514 B
Bash

# Template file for 'terragrunt'
pkgname=terragrunt
version=0.13.15
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=c7edad7af3ce081dba868b6bd0c41b5401c86b803e7235b5c4f0df6a67413f37
post_install() {
vlicense LICENSE.txt
}