mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-admin/tflint: drop 0.55.1
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST tflint-0.55.1.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b
|
||||
DIST tflint-0.58.0-vendor.tar.xz 7031336 BLAKE2B aea04599875607c5b5cef89a086bcffec9ba51cd2afc097620c1cc1ebb441a37e047308fc321d876c309aae5cf3bde007865af5e99e37b0aeab7d99b81259461 SHA512 940d0bdeca936d3909a38f2ba01f429ff67a9f6cfe3bcb689c0abc55aca6dcdd86198b5e9d47860f13bb8cdd5cbd886b9222a7dca06be1d3755850b8e0681d16
|
||||
DIST tflint-0.58.0.tar.gz 1433377 BLAKE2B c02a477e7044c5a704f7d0e6f057af177360db93c2351518a475e20e380a79b909c15894c03a63e030b9a74ba3960bd47b140f2046644f76de0334a9ffea6d98 SHA512 4d8da70c8d6bfd615ae34d8314e74a9aea0d9677a398d78c1d1d5cd50f4f516f90ff04e11dc61eb5e6f4823c7847229c03c69410de464dd33ed653292c1b224e
|
||||
DIST tflint-v0.55.1-vendor.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# 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://gentoo.nulldutra.me/${PN}-v${PV}-vendor.tar.gz"
|
||||
|
||||
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}
|
||||
}
|
||||
Reference in New Issue
Block a user