mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/netdata to 1.6.0-2
This commit is contained in:
parent
e26ec36b22
commit
2d65913e36
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=netdata
|
pkgname=netdata
|
||||||
pkgver=1.6.0
|
pkgver=1.6.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
|
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
|
||||||
url="https://github.com/firehol/netdata/wiki"
|
url="https://github.com/firehol/netdata/wiki"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -41,5 +41,6 @@ package() {
|
||||||
touch "$pkgdir/etc/netdata/netdata.conf"
|
touch "$pkgdir/etc/netdata/netdata.conf"
|
||||||
|
|
||||||
install -Dm0644 "system/netdata.service" "$pkgdir/usr/lib/systemd/system/netdata.service"
|
install -Dm0644 "system/netdata.service" "$pkgdir/usr/lib/systemd/system/netdata.service"
|
||||||
|
install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue