21 lines
669 B
Bash
21 lines
669 B
Bash
# Template file for 'netdata'
|
|
pkgname=netdata
|
|
version=1.1.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="zlib-devel"
|
|
system_accounts="_netdata"
|
|
conf_files="/etc/${pkgname}/*.conf"
|
|
configure_args="--with-user=_netdata --with-webdir=/usr/share/${pkgname}/webroot"
|
|
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=b1967cf2a9f2ddc5798c0576eb6861d3e5bac0665b50077ce784b671c1e55180
|
|
|
|
post_install() {
|
|
vsv netdata
|
|
}
|