monitoring/net-analyzer/nagios_hpilo_engine/nagios_hpilo_engine-1.5.0.e...

25 lines
520 B
Bash

# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Nagios plug-in for iLO Agentless Management"
HOMEPAGE="https://github.com/HewlettPackard/nagios-plugins-hpilo"
EGIT_REPO_URI="https://github.com/HewlettPackard/nagios-plugins-hpilo.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_install(){
exeinto /usr/lib64/nagios/plugins/contrib/
doexe src/nagios_hpeilo_engine
}