[arch-commits] Commit in bashtop/repos/community-any (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Apr 26 10:36:55 UTC 2020
Date: Sunday, April 26, 2020 @ 10:36:53
Author: seblu
Revision: 621523
archrelease: copy trunk to community-any
Deleted:
bashtop/repos/community-any/PKGBUILD
----------+
PKGBUILD | 24 ------------------------
1 file changed, 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 10:35:03 UTC (rev 621522)
+++ PKGBUILD 2020-04-26 10:36:53 UTC (rev 621523)
@@ -1,24 +0,0 @@
-# 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