mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
16 lines
490 B
Bash
16 lines
490 B
Bash
# Template file for 'terragrunt'
|
|
pkgname=terragrunt
|
|
version=0.77.7
|
|
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=e9a4c067fbf5a3dca62b9ecd7bb7b8916f183d6d7e893fd3cfd6d571b7194e51
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|