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

Sébastien Luttringer seblu at archlinux.org
Sun May 24 00:16:02 UTC 2020


    Date: Sunday, May 24, 2020 @ 00:15:54
  Author: seblu
Revision: 632727

archrelease: copy trunk to community-any

Added:
  bashtop/repos/community-any/PKGBUILD
    (from rev 632726, bashtop/trunk/PKGBUILD)
Deleted:
  bashtop/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 33 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 00:15:45 UTC (rev 632726)
+++ PKGBUILD	2020-05-24 00:15:54 UTC (rev 632727)
@@ -1,25 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=bashtop
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Linux resource monitor'
-arch=('any')
-url="https://github.com/aristocratos/bashtop"
-license=('Apache')
-depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
-makedepends=('git')
-optdepends=(
-  'curl: themes download'
-  'lm_sensors: cpu temperatures'
-  'sysstat: disk read/write stats'
-)
-source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-package() {
-	cd $pkgname
-	install -Dm755 bashtop -t "$pkgdir/usr/bin"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bashtop/repos/community-any/PKGBUILD (from rev 632726, bashtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-24 00:15:54 UTC (rev 632727)
@@ -0,0 +1,33 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=bashtop
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Linux resource monitor'
+arch=('any')
+url="https://github.com/aristocratos/bashtop"
+license=('Apache')
+depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
+makedepends=('git' 'sed')
+optdepends=(
+  'curl: themes download'
+  'lm_sensors: cpu temperatures'
+  'sysstat: disk read/write stats'
+  'python-psutil: use python for data collection'
+)
+source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+
+prepare() {
+  cd $pkgname
+  # disable update check
+  sed -ri 's,^update_check="true"$,update_check="false",' bashtop
+}
+
+package() {
+	cd $pkgname
+	install -Dm755 bashtop -t "$pkgdir/usr/bin"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list