dev-util/tflint-bin - 0.43.0 (guru)

Search

Install

Install this version:

emerge -a =dev-util/tflint-bin-0.43.0

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

autounmask =dev-util/tflint-bin-0.43.0

Or alternatively:

emerge --autounmask-write -a =dev-util/tflint-bin-0.43.0

Package Information

Description:
A Pluggable Terraform Linter
Homepage:
https://github.com/terraform-linters/tflint
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
0.43.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A Pluggable Terraform Linter"
HOMEPAGE="https://github.com/terraform-linters/tflint"
SRC_URI="https://github.com/terraform-linters/${PN%-bin}/releases/download/v${PV}/tflint_linux_amd64.zip -> ${P}.zip"

S="${WORKDIR}"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="app-arch/unzip"

QA_FLAGS_IGNORED="usr/bin/tflint"
QA_PREBUILT="usr/bin/tflint"

src_install() {
	newbin ${PN%-bin} tflint
}

Dependencies

BDEPEND

app-arch/unzip

Manifest for 0.43.0

Type File Size Source URLs
DIST tflint-bin-0.43.0.zip 8018986 bytes https://github.com/terraform-linters/tflint/releases/download/v0.43.0/tflint_linux_amd64.zip