mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-09 03:50:24 +00:00
added bashtop
This commit is contained in:
1
core/bashtop/.checksums
Normal file
1
core/bashtop/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
4c15e577de039dde1e4c2019ce946715 v0.9.25.tar.gz
|
||||
3
core/bashtop/.pkgfiles
Normal file
3
core/bashtop/.pkgfiles
Normal 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
16
core/bashtop/spkgbuild
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user