void-packages/srcpkgs/terragrunt/template

19 lines
514 B
Bash
Raw Normal View History

2017-08-15 16:51:31 +00:00
# Template file for 'terragrunt'
pkgname=terragrunt
2017-11-04 13:43:07 +00:00
version=0.13.16
2017-10-28 08:39:03 +00:00
revision=1
2017-08-15 16:51:31 +00:00
build_style=go
2017-09-01 11:02:30 +00:00
short_desc="A thin wrapper for Terraform that provides extra tools"
2017-08-15 16:51:31 +00:00
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-11-04 13:43:07 +00:00
checksum=7f14b3161bda0ccd7e421b40075bce3329f475c0df1b000641111468d9dadd60
2017-08-15 16:51:31 +00:00
post_install() {
vlicense LICENSE.txt
}