app-admin/terragrunt-bin - 0.93.11 (guru)

Search

Install

Install this version:

emerge -a =app-admin/terragrunt-bin-0.93.11

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/terragrunt-bin-0.93.11

Or alternatively:

emerge --autounmask-write -a =app-admin/terragrunt-bin-0.93.11

Package Information

Description:
A thin wrapper for Terraform
Homepage:
https://www.gruntwork.io
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.93.11 8 -* ~amd64 0
View Raw Ebuild
# 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
}

Manifest for 0.93.11

Type File Size Source URLs
DIST terragrunt-bin-0.93.11.bin 74916024 bytes https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.11/terragrunt_linux_amd64