diff --git a/core/bashtop/.checksums b/core/bashtop/.checksums new file mode 100644 index 000000000..bcce6ca40 --- /dev/null +++ b/core/bashtop/.checksums @@ -0,0 +1 @@ +4c15e577de039dde1e4c2019ce946715 v0.9.25.tar.gz diff --git a/core/bashtop/.pkgfiles b/core/bashtop/.pkgfiles new file mode 100644 index 000000000..b5c9b2e04 --- /dev/null +++ b/core/bashtop/.pkgfiles @@ -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 diff --git a/core/bashtop/spkgbuild b/core/bashtop/spkgbuild new file mode 100644 index 000000000..f7f9bb389 --- /dev/null +++ b/core/bashtop/spkgbuild @@ -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" +}