[arch-commits] Commit in glances/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 26 09:47:38 UTC 2016


    Date: Monday, December 26, 2016 @ 09:47:38
  Author: bpiotrowski
Revision: 202645

archrelease: copy trunk to community-staging-any

Added:
  glances/repos/community-staging-any/
  glances/repos/community-staging-any/PKGBUILD
    (from rev 202644, glances/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: glances/repos/community-staging-any/PKGBUILD (from rev 202644, glances/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-26 09:47:38 UTC (rev 202645)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=2.7.1
+pkgrel=2
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+makedepends=('git')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('hddtemp: HDD temperature monitoring support'
+            'python-bottle: web server support'
+            'python-docker-py: for the Docker monitoring support'
+            'python-matplotlib: for graphical/chart support'
+            'python-netifaces: for the IP plugin'
+            'zeroconf: for the autodiscover mode')
+source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd glances
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list