Files
guru/net-analyzer/zabbix-agent2-plugin-mongodb/zabbix-agent2-plugin-mongodb-6.0.46.ebuild
2026-07-01 23:43:59 +02:00

35 lines
832 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="MongoDB loadable plugin for Zabbix Agent 2"
HOMEPAGE="https://git.zabbix.com/projects/AP/repos/mongodb/browse"
SRC_URI="
https://git.zabbix.com/rest/api/latest/projects/AP/repos/mongodb/archive?at=refs%2Ftags%2F${PV}&format=tgz
-> ${P}.tar.gz
https://vimja.cloud/public.php/dav/files/z59eKDyLFokW2KK/${CATEGORY}/${PN}/${P}-vendor.tar.xz
"
inherit go-module
S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="~net-analyzer/zabbix-${PV}[agent2]"
BDEPEND=">=dev-lang/go-1.24.10"
RDEPEND="${DEPEND}"
DOCS=( "README.md" )
src_install() {
exeinto "/usr/libexec/zabbix-agent2-plugin"
doexe zabbix-agent2-plugin-mongodb
insinto /etc/zabbix/zabbix_agent2.d/plugins.d/
doins mongodb.conf
}