app-admin/terragrunt-bin: add 0.96.1

Signed-off-by: Gabriel M. Dutra <hi@dutra.sh>
This commit is contained in:
Gabriel M. Dutra
2026-01-04 06:12:20 -03:00
parent 2848e45b21
commit d4a935b51d
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST terragrunt-bin-0.93.11.bin 74916024 BLAKE2B 736875e5bc32d115b8b8a8ceea6d4b612f14832de4475c0cbdce6833dfe7ec3e32bad6c2cfc623e1c7852eaeb633ac10be0fd2efabb7ce85c228800c9e0372d9 SHA512 2dd349ac600149979aaa7c8131004a189a51a392e7b1f20f53e04375ef6f6923bf941fd9bb1ee8f1511c54d0ca5db43ac12cf4f001716c76c14ab2a802f444f8
DIST terragrunt-bin-0.96.1.bin 77906104 BLAKE2B 36a1f42f48bf3f8e5dc9379c8739f212ad1fa6e0cc26ee2a1c01e5ebdd849b01c7cd1e2e0da25c515d4bd9ec8b2eb2b78c75a66c2231a3cef206184771a6c70e SHA512 0f599c61df4cbe1a8bfabd0da4a24613beae6717ea97398eecad65f54b1e04e50846129219f32f883e52e546cf9148a1a95db72d6dba2cf8cba1cf3297ee13ab

View File

@@ -0,0 +1,23 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A thin wrapper for Terraform"
HOMEPAGE="https://www.gruntwork.io"
SRC_URI="https://github.com/gruntwork-io/${PN%-bin}/releases/download/v${PV}/terragrunt_linux_amd64 -> ${P}.bin"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
QA_FLAGS_IGNORED=".*"
src_unpack() {
cp "${DISTDIR}/${P}.bin" terragrunt || die
}
src_install() {
dobin terragrunt
}