void-packages/srcpkgs/terragrunt/template

19 lines
513 B
Bash
Raw Normal View History

2017-08-15 18:51:31 +02:00
# Template file for 'terragrunt'
pkgname=terragrunt
2017-10-06 08:36:21 +02:00
version=0.13.7
2017-08-15 18:51:31 +02:00
revision=1
build_style=go
2017-09-01 13:02:30 +02:00
short_desc="A thin wrapper for Terraform that provides extra tools"
2017-08-15 18:51:31 +02: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-10-06 08:36:21 +02:00
checksum=760738f6a8219fce2451c1590ed93e6f8cb1bfc9610893f82a988ecf1225a83a
2017-08-15 18:51:31 +02:00
post_install() {
vlicense LICENSE.txt
}