# Template file for 'netdata' pkgname=netdata version=1.11.1 revision=1 build_style=gnu-configure hostmakedepends="pkg-config autoconf automake" makedepends="libuuid-devel zlib-devel" system_accounts="_netdata" conf_files="/etc/${pkgname}/*.conf" configure_args="--with-user=_netdata" short_desc="Real-time performance monitoring, done right" maintainer="Michael Aldridge " license="GPL-3" homepage="http://my-netdata.io" distfiles="https://github.com/netdata/netdata/archive/v$version.tar.gz" checksum=909388511729d1e3b064d33fcf7ba65e27439787b449303ba8458c300ec46500 pre_configure() { autoreconf -ivf } post_install() { vsv netdata vcopy ${FILESDIR}/netdata.conf etc/$pkgname/ } netdata-plugins-nodejs_package() { short_desc+=" - NodeJS Plugins" depends="${sourcepkg}>=${version}_${revision} virtual?nodejs-runtime" noarch=yes 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" noarch=yes pkg_install() { vmove usr/libexec/netdata/plugins.d/python.d.plugin vmove usr/libexec/netdata/python.d vmove etc/netdata/python.d } }