added bashtop

This commit is contained in:
Malte Kiefer
2021-01-03 21:06:37 +01:00
parent 456d8a83d5
commit ced6a02bee
3 changed files with 20 additions and 0 deletions

1
core/bashtop/.checksums Normal file
View File

@@ -0,0 +1 @@
4c15e577de039dde1e4c2019ce946715 v0.9.25.tar.gz

3
core/bashtop/.pkgfiles Normal file
View File

@@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bashtop

16
core/bashtop/spkgbuild Normal file
View File

@@ -0,0 +1,16 @@
# description : Linux resource monitor
# depends : coreutils grep sed gawk procps-ng
name=bashtop
version=0.9.25
release=1
options=""
noextract=""
backup=""
source="https://github.com/aristocratos/${name}/archive/v${version}.tar.gz"
build() {
cd $name-$version
sed -ri 's,^update_check="true"$,update_check="false",' bashtop
install -Dm755 bashtop -t "$PKG/usr/bin"
}