# 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.14.1
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
}
