[arch-commits] Commit in bashtop/repos (community-any community-any/PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Fri Apr 24 17:15:03 UTC 2020
Date: Friday, April 24, 2020 @ 17:15:03
Author: seblu
Revision: 619334
archrelease: copy trunk to community-any
Added:
bashtop/repos/community-any/
bashtop/repos/community-any/PKGBUILD
(from rev 619333, bashtop/trunk/PKGBUILD)
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Copied: bashtop/repos/community-any/PKGBUILD (from rev 619333, bashtop/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2020-04-24 17:15:03 UTC (rev 619334)
@@ -0,0 +1,20 @@
+# 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:
More information about the arch-commits
mailing list