bottom: initial commit, version 0.9.6

This commit is contained in:
Tim Biermann 2023-08-27 13:33:58 +02:00
parent 9af97c130d
commit 412a6b0069
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 26 additions and 0 deletions

3
bottom/.footprint 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/btm

5
bottom/.signature Normal file
View File

@ -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

18
bottom/Pkgfile Normal file
View File

@ -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.gz)
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
}