[arch-commits] Commit in (s-tui s-tui/repos s-tui/trunk s-tui/trunk/PKGBUILD)

Robin Broda coderobe at archlinux.org
Mon Oct 14 12:14:28 UTC 2019


    Date: Monday, October 14, 2019 @ 12:14:28
  Author: coderobe
Revision: 515578

import s-tui from aur

Added:
  s-tui/
  s-tui/repos/
  s-tui/trunk/
  s-tui/trunk/PKGBUILD

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

Added: s-tui/trunk/PKGBUILD
===================================================================
--- s-tui/trunk/PKGBUILD	                        (rev 0)
+++ s-tui/trunk/PKGBUILD	2019-10-14 12:14:28 UTC (rev 515578)
@@ -0,0 +1,23 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Lars Hagström <lars at foldspace.nu>
+pkgname=s-tui
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui"
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil')
+makedepends=('python-setuptools')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list