# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GITHUB_COMMIT="6f3acd096e0e35b5ba182c7e39f4c873f1443602" DESCRIPTION="A Munin plugin for monitoring Elasticsearch nodes" HOMEPAGE="https://github.com/claygregory/munin-elasticsearch" LICENSE="MIT" SRC_URI="https://github.com/claygregory/munin-elasticsearch/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GITHUB_COMMIT}" KEYWORDS="~amd64" SLOT="0" IUSE="" RDEPEND=" dev-ruby/json net-analyzer/munin " PATCHES=( "${FILESDIR}/${P}-ruby30.patch" ) src_install() { default exeinto /usr/libexec/munin/plugins doexe elasticsearch_ }