void-packages/srcpkgs/terragrunt/template

17 lines
490 B
Bash

# Template file for 'terragrunt'
pkgname=terragrunt
version=0.68.9
revision=1
build_style=go
go_import_path="github.com/gruntwork-io/terragrunt"
short_desc="Thin wrapper for Terraform that provides extra tools"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/gruntwork-io/terragrunt"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=c99e7eb999996b759b1937ab70c55f585fd94b20d0ca47e649e631c1cf6478f6
post_install() {
vlicense LICENSE.txt
}