A app-admin/helmfile/Manifest => app-admin/helmfile/Manifest +2 -0
@@ 0,0 1,2 @@
+DIST helmfile-0.160.0-vendor.tar.xz 9021052 BLAKE2B c9038a70401172bd3c82febe832c947c2189474aaa13b167962c0ffd27489ab143fb7a5a5d638dcf90ffc9287b25465ebd8929928af96ffbbc4f66f7a665caf2 SHA512 2161dced34ab0a3532885f43046487db6acbca5b2b67037f1a0e3f6be7a30d209c1ccca319063e35e6257b66680afa6aa89f40b4ce03d52031059dd6fee11045
+DIST helmfile-0.160.0.tar.gz 1028335 BLAKE2B 2256abbf6d16c67e1fbfb2fae29ffe153bc56089591073dd13e06a6fbddceb45f0a287733e9aebd06af0a6ac9fc33b525c596a0104d7659a7b6c4a946f6c99ea SHA512 f953c79d76af820a0f918c1499d8c64231d674692b7d9f4a589a5e4dc54f6c1b9ef8d77b157fbdf90efd19b5a9b927b91dbc994acf198739f523691288c165fb
A app-admin/helmfile/helmfile-0.160.0.ebuild => app-admin/helmfile/helmfile-0.160.0.ebuild +18 -0
@@ 0,0 1,18 @@
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A declarative spec for deploying helm charts"
+HOMEPAGE="https://helmfile.readthedocs.io/en/latest/"
+SRC_URI="https://github.com/helmfile/helmfile/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://files.vpzom.click/${P}-vendor.tar.xz"
+LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+RDEPEND=">=app-admin/helm-3.12.3"
+
+src_install() {
+ einstalldocs
+
+ dobin helmfile
+}