mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
app-admin/terragrunt-bin: bump 0.45.4
adding upstream in metadata.xml Signed-off-by: Gabriel M. Dutra <gentoobeer@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST terragrunt-bin-0.38.6.bin 35379973 BLAKE2B 03d6d21a933aac91775d15e6f4e3f7434353bea9e8b4dd1ce7add38f86aebb78cbfb91cc7d6aacc3d96945f1c07713e27f20e4e15a616bfa6d2d395938a7831d SHA512 d72c821de9bc8c5df3432e7f2e4f105c222fb303f80775e2f5798d54686d00c15ff064092b5bff6a8808c575bf921fa2afd0b22e05def4cc47067a13b6560192
|
||||
DIST terragrunt-bin-0.45.4.bin 44067450 BLAKE2B 7e9c57e8e74066e177e328fef26358692fb1867d83ec2287b4cc1ff914bc1801d9dc1ce106b187245ef07723bac77873ad4d8a52a10ef6a8cbd4f1f166a9ef69 SHA512 18a1897b245e637ba98321e95a10dd9586666f9771b48ca20f39f42e2bdeecd51519e2fbe78c94858141844332c3ee5bfea80255dfc06bad7f94782bac5b436d
|
||||
|
||||
@@ -8,4 +8,7 @@
|
||||
<longdescription lang="en">
|
||||
Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. https://terragrunt.gruntwork.io
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">gruntwork-io/terragrunt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
26
app-admin/terragrunt-bin/terragrunt-bin-0.45.4.ebuild
Normal file
26
app-admin/terragrunt-bin/terragrunt-bin-0.45.4.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2022 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"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
mkdir -p -- "${S}"
|
||||
cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/${PN%-bin}"
|
||||
}
|
||||
Reference in New Issue
Block a user