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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 18:02:54 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:02:54
  Author: felixonmars
Revision: 348832

archrelease: copy trunk to community-staging-any

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

-----------------+
 PKGBUILD        |   33 +++++++++++++++++++++++++++++++++
 glances.service |    8 ++++++++
 2 files changed, 41 insertions(+)

Copied: glances/repos/community-staging-any/PKGBUILD (from rev 348829, glances/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 18:02:54 UTC (rev 348832)
@@ -0,0 +1,33 @@
+# $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.11.1
+pkgrel=3
+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: for the Docker monitoring support'
+            'python-matplotlib: for graphical/chart support'
+            'python-netifaces: for the IP plugin'
+            'python-zeroconf: for the autodiscover mode')
+source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver"
+        'glances.service')
+md5sums=('SKIP'
+         '193fe4123456b0a9567d8d5952c4c606')
+
+package() {
+  cd glances
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 "$srcdir"/glances.service \
+    "$pkgdir"/usr/lib/systemd/system/glances.service
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-staging-any/glances.service (from rev 348829, glances/trunk/glances.service)
===================================================================
--- community-staging-any/glances.service	                        (rev 0)
+++ community-staging-any/glances.service	2018-06-30 18:02:54 UTC (rev 348832)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Glances Server
+
+[Service]
+ExecStart=/usr/bin/glances -s
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list