app-admin/tflint - 0.58.0 (guru)

Search

Install

Install this version:

emerge -a =app-admin/tflint-0.58.0

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

autounmask =app-admin/tflint-0.58.0

Or alternatively:

emerge --autounmask-write -a =app-admin/tflint-0.58.0

Package Information

Description:
Terraform linter
Homepage:
https://github.com/terraform-linters/tflint
License:
Apache-2.0 BSD BSD-2 MPL-2.0 MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Terraform linter"
HOMEPAGE="https://github.com/terraform-linters/tflint"
SRC_URI="https://github.com/terraform-linters/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://distfiles.gentoo.org/pub/dev/ceamac@gentoo.org/${CATEGORY}/${PN}/${P}-vendor.tar.xz"

LICENSE="Apache-2.0 BSD BSD-2 MPL-2.0 MIT"
SLOT="0"
KEYWORDS="~amd64"

# Tests requires network connection
RESTRICT=test

src_compile() {
	ego build -v -x -o ${PN}
}

src_install() {
	dobin tflint/${PN}
}

Inherited Eclasses

Manifest for 0.58.0

Type File Size Source URLs
DIST tflint-0.58.0-vendor.tar.xz 7031336 bytes https://distfiles.gentoo.org/pub/dev/ceamac@gentoo.org//tflint/tflint-0.58.0-vendor.tar.xz
DIST tflint-0.58.0.tar.gz 1433377 bytes https://github.com/terraform-linters/tflint/archive/v0.58.0.tar.gz