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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Dec 13 00:01:48 UTC 2020


    Date: Sunday, December 13, 2020 @ 00:01:46
  Author: jlichtblau
Revision: 773710

bpytop moved from AUR to [community]
* 37 votes in AUR at the time of move

Added:
  bpytop/
  bpytop/repos/
  bpytop/trunk/
  bpytop/trunk/PKGBUILD

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

Added: bpytop/trunk/PKGBUILD
===================================================================
--- bpytop/trunk/PKGBUILD	                        (rev 0)
+++ bpytop/trunk/PKGBUILD	2020-12-13 00:01:46 UTC (rev 773710)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=bpytop
+pkgver=1.0.50
+pkgrel=2
+pkgdesc="Resource monitor that shows usage and stats for processor, memory, disks, network and processes"
+arch=('any')
+url="https://github.com/aristocratos/bpytop"
+license=('Apache')
+depends=('python' 'python-psutil')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('ba4647c5db37ef87dbe730762306ae1c00e57e4249d18d65fa4ac0d3a9559123')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}


Property changes on: bpytop/trunk/PKGBUILD
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property



More information about the arch-commits mailing list