mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
net-analyzer/munin-plugins-mendix: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
7ef7627bd2
commit
328741c52f
1
net-analyzer/munin-plugins-mendix/Manifest
Normal file
1
net-analyzer/munin-plugins-mendix/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST munin-plugins-mendix-23.tar.gz 27443 BLAKE2B ff15f47ae8f540ad0080f76ee7e04451a5f6e5fa046444f5eac7994f3bd8aee4342b0c435951b370a7e14d1e25f5007d66aa8904be43c54e8b9cae4157494ebb SHA512 5ede0c389dec7ddc2148138643e020bbc2fb8ffcdbafb5cd959e3e0c1db2ad3d909b10608a26c34f6a3bc798c97e876f9175284d83266df72647a5c632960845
|
16
net-analyzer/munin-plugins-mendix/metadata.xml
Normal file
16
net-analyzer/munin-plugins-mendix/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<email>pim.van.den.berg@mendix.com</email>
|
||||
<name>Pim van den Berg</name>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/mendix/munin-plugins-mendix/issues</bugs-to>
|
||||
<remote-id type="github">mendix/munin-plugins-mendix</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="This package provides various plugins for Munin"
|
||||
HOMEPAGE="https://github.com/mendix/munin-plugins-mendix"
|
||||
SRC_URI="https://github.com/mendix/munin-plugins-mendix/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="all-rights-reserved" #https://github.com/mendix/munin-plugins-mendix/issues/10
|
||||
SLOT="0"
|
||||
RDEPEND="net-analyzer/munin"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
return
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
return
|
||||
}
|
||||
|
||||
src_install() {
|
||||
#install plugins without getting mad at preserving exec bit
|
||||
mkdir -p "${ED}/usr/libexec/munin/plugins/mendix" || die
|
||||
mv plugins/* "${ED}/usr/libexec/munin/plugins/mendix" || die
|
||||
|
||||
insinto "/etc/munin/plugin-conf.d/"
|
||||
doins -r plugin-conf/*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user