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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Dec 13 00:03:22 UTC 2020


    Date: Sunday, December 13, 2020 @ 00:03:20
  Author: jlichtblau
Revision: 773713

archrelease: copy trunk to community-any

Added:
  bpytop/repos/community-any/
  bpytop/repos/community-any/PKGBUILD
    (from rev 773712, bpytop/trunk/PKGBUILD)

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

Copied: bpytop/repos/community-any/PKGBUILD (from rev 773712, bpytop/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-12-13 00:03:20 UTC (rev 773713)
@@ -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
+}



More information about the arch-commits mailing list