40 lines
1.1 KiB
Bash
40 lines
1.1 KiB
Bash
# Template file for 'netdata'
|
|
pkgname=netdata
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="zlib-devel"
|
|
system_accounts="_netdata"
|
|
conf_files="/etc/${pkgname}/*.conf"
|
|
configure_args="--with-user=_netdata"
|
|
makedepends="libuuid-devel zlib-devel"
|
|
short_desc="Real-time performance monitoring, done right"
|
|
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://netdata.firehol.org/"
|
|
distfiles="http://firehol.org/download/netdata/releases/v${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=696772c5761354d3ff395c1fcf5eb17eab83937a959e3ebf945288ca8b6d0ed5
|
|
|
|
post_install() {
|
|
vsv netdata
|
|
}
|
|
|
|
netdata-plugins-nodejs_package() {
|
|
short_desc+=" - NodeJS Plugins"
|
|
depends="${sourcepkg}>=${version}_${revision} nodejs"
|
|
pkg_install() {
|
|
vmove usr/libexec/netdata/plugins.d/node.d.plugin
|
|
vmove usr/libexec/netdata/node.d
|
|
}
|
|
}
|
|
|
|
netdata-plugins-python_package() {
|
|
short_desc+=" - Python Plugins"
|
|
depends="${sourcepkg}>=${version}_${revision} python"
|
|
pkg_install() {
|
|
vmove usr/libexec/netdata/plugins.d/python.d.plugin
|
|
vmove usr/libexec/netdata/python.d
|
|
vmove etc/netdata/python.d
|
|
}
|
|
}
|