[arch-commits] Commit in bashtop/repos/community-any (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Apr 26 10:38:46 UTC 2020
Date: Sunday, April 26, 2020 @ 10:38:46
Author: seblu
Revision: 621524
archrelease: copy trunk to community-any
Added:
bashtop/repos/community-any/PKGBUILD
(from rev 621523, bashtop/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: bashtop/repos/community-any/PKGBUILD (from rev 621523, bashtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-26 10:38:46 UTC (rev 621524)
@@ -0,0 +1,24 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=bashtop
+pkgver=0.8.12
+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