[arch-commits] Commit in s-tui/repos (community-any community-any/PKGBUILD)
Robin Broda
coderobe at archlinux.org
Mon Oct 14 12:19:06 UTC 2019
Date: Monday, October 14, 2019 @ 12:19:06
Author: coderobe
Revision: 515579
archrelease: copy trunk to community-any
Added:
s-tui/repos/community-any/
s-tui/repos/community-any/PKGBUILD
(from rev 515578, s-tui/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: s-tui/repos/community-any/PKGBUILD (from rev 515578, s-tui/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2019-10-14 12:19:06 UTC (rev 515579)
@@ -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