diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template new file mode 100644 index 00000000000..c6173ebf7dc --- /dev/null +++ b/srcpkgs/terragrunt/template @@ -0,0 +1,18 @@ +# Template file for 'terragrunt' +pkgname=terragrunt +version=0.13.0 +revision=1 +build_style=go + short_desc="A thin wrapper for Terraform that provides extra tools" +maintainer="Andrea Brancaleoni " +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=6286657a3f821919122e6eb7aef50f6cdd37aca669ca30d0bbae14a790651bae + +post_install() { + vlicense LICENSE.txt +}