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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Aug 18 14:01:47 UTC 2013


    Date: Sunday, August 18, 2013 @ 16:01:47
  Author: bpiotrowski
Revision: 95893

archrelease: copy trunk to community-testing-any

Added:
  glances/repos/community-testing-any/
  glances/repos/community-testing-any/PKGBUILD
    (from rev 95892, glances/trunk/PKGBUILD)

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

Copied: glances/repos/community-testing-any/PKGBUILD (from rev 95892, glances/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-18 14:01:47 UTC (rev 95893)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <spam at bpiotrowski.pl>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=1.7
+pkgrel=2
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python2' 'python2-psutil' 'python2-setuptools')
+optdepends=('python2-jinja: HTML export'
+            'python2-sensors: temperature sensors support')
+source=($url/archive/v$pkgver.tar.gz)
+sha256sums=('5ee9c05f138c143ca11aba213dac8d5a2939b337b1e24cc3794f8f4c5e0856ba')
+
+package() {
+  cd $pkgname-$pkgver
+  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}




More information about the arch-commits mailing list