net-analyzer/munin-plugins-contrib-ping: New ebuild
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
a229947114
commit
458aebca84
8
net-analyzer/munin-plugins-contrib-ping/metadata.xml
Normal file
8
net-analyzer/munin-plugins-contrib-ping/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Ping plugin for munin"
|
||||
HOMEPAGE="https://github.com/munin-monitoring/contrib/tree/master/plugins/ping"
|
||||
EGIT_REPO_URI="https://github.com/munin-monitoring/contrib.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-lang/perl
|
||||
net-analyzer/munin
|
||||
net-misc/iputils
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
insinto /usr/libexec/munin/plugins/ping/
|
||||
insopts -m0744
|
||||
doins plugins/ping/*
|
||||
}
|
Loading…
Reference in a new issue