bb: renamed to bb-top to avoid name conflicts with another project

This commit is contained in:
Tim Biermann 2021-01-26 11:03:57 +00:00
parent 9422bbce50
commit 01199e5058
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 29 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bb

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ywFXm/UY4QaPeTgEZ5IMZe9sPkCu93O1fYCq0yRdrvlurYrNXYooHujna5NF0UTgn3Rvapl04s+/CgTUDYipwM=
SHA256 (Pkgfile) = 55c9d26588c7b2976ca7fde64e1e6d41a3e0b97ef007581e21cc791d3843a25b
SHA256 (.footprint) = bf635e7e87afa4f1e7a45b33d601302ef9f3bc239d2819d9c7300d8a6f8c0eec
SHA256 (bb-0.4.3.tar.gz) = b37b1421f2252acfa37eca6fa3f98848e31acdeb548d51ad085809317242a0ea

View File

@ -1,21 +0,0 @@
# Description: simple process viewer in rust
# URL: https://github.com/epilys/bb
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: rust
name=bb
version=0.4.3
release=1
source=(https://github.com/epilys/bb/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
mkdir "$PKGMK_SOURCE_DIR/rust" || true
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
cargo update
cargo fetch
cargo build --release --locked
install -Dt $PKG/usr/bin target/release/bb
}