mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-util/tflint-bin: bump 0.46.0
Signed-off-by: Gabriel M. Dutra <gentoobeer@gmail.com>
This commit is contained in:
22
dev-util/tflint-bin/tflint-bin-0.46.0.ebuild
Normal file
22
dev-util/tflint-bin/tflint-bin-0.46.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2022 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"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
newbin ${PN%-bin} tflint
|
||||
}
|
||||
Reference in New Issue
Block a user