![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 412a6b00696b56debbe3f0c67ee9ebc5796a1ba9 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 27 13:33:58 2023 +0200 bottom: initial commit, version 0.9.6 diff --git a/bottom/.footprint b/bottom/.footprint new file mode 100644 index 000000000..3dda5fc5d --- /dev/null +++ b/bottom/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/btm diff --git a/bottom/.signature b/bottom/.signature new file mode 100644 index 000000000..2ad73e663 --- /dev/null +++ b/bottom/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/NiYBpXs5krWfUF99K/DPHF0pbpdcf/emsy6B4Zt4zf+8E1SJlXBBuanEtrOB5FSoWZW5gGY+n+xFOC1uZKWwU= +SHA256 (Pkgfile) = c2ff1e1d331301925ae7ca78c0c325a156cf5d7ef4148d917772081c8d9e809c +SHA256 (.footprint) = 9bb5e03a0c9c445933e138a904fcdc70c44c548df30c29482e8bda4c5c4502ec +SHA256 (bottom-0.9.6.tar.gz) = 202130e0d7c362d0d0cf211f6a13e31be3a02f13f998f88571e59a7735d60667 diff --git a/bottom/Pkgfile b/bottom/Pkgfile new file mode 100644 index 000000000..43596f86a --- /dev/null +++ b/bottom/Pkgfile @@ -0,0 +1,18 @@ +# Description: Yet another cross-platform graphical process/system monitor +# URL: https://github.com/ClementTsang/bottom +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: rust + +name=bottom +version=0.9.6 +release=1 +source=(https://github.com/ClementTsang/bottom/archive/$version/$name-$version.tar.g...) + +build() { + prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache + [[ ! -e $PKGMK_SOURCE_DIR/rust ]] && mkdir $PKGMK_SOURCE_DIR/rust + + cargo build --release --manifest-path $name-$version/Cargo.toml + + install -Dt $PKG/usr/bin $name-$version/target/release/btm +}