mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-admin/terragrunt-bin: add QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/884545 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -6,21 +6,18 @@ EAPI=8
|
|||||||
DESCRIPTION="A thin wrapper for Terraform"
|
DESCRIPTION="A thin wrapper for Terraform"
|
||||||
HOMEPAGE="https://www.gruntwork.io"
|
HOMEPAGE="https://www.gruntwork.io"
|
||||||
SRC_URI="https://github.com/gruntwork-io/${PN%-bin}/releases/download/v${PV}/terragrunt_linux_amd64 -> ${P}.bin"
|
SRC_URI="https://github.com/gruntwork-io/${PN%-bin}/releases/download/v${PV}/terragrunt_linux_amd64 -> ${P}.bin"
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="-* ~amd64"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
BDEPEND=""
|
QA_FLAGS_IGNORED=".*"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
mkdir -p -- "${S}"
|
cp "${DISTDIR}/${P}.bin" terragrunt || die
|
||||||
cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() { :; }
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin "${S}/${PN%-bin}"
|
dobin terragrunt
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user