[arch-commits] Commit in bashtop/repos/community-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sat Apr 25 15:29:51 UTC 2020
Date: Saturday, April 25, 2020 @ 15:29:50
Author: seblu
Revision: 620882
archrelease: copy trunk to community-any
Added:
bashtop/repos/community-any/PKGBUILD
(from rev 620881, bashtop/trunk/PKGBUILD)
Deleted:
bashtop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 15:29:45 UTC (rev 620881)
+++ PKGBUILD 2020-04-25 15:29:50 UTC (rev 620882)
@@ -1,20 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=bashtop
-pkgver=0.8.5
-pkgrel=1
-pkgdesc='Linux resource monitor'
-arch=('any')
-url="https://github.com/aristocratos/bashtop"
-license=('Apache')
-depends=('bash')
-makedepends=('git')
-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 620881, bashtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-25 15:29:50 UTC (rev 620882)
@@ -0,0 +1,24 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=bashtop
+pkgver=0.8.8
+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'
+)
+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:
More information about the arch-commits
mailing list