
Receipt for package "btop"
# SliTaz package receipt. PACKAGE="btop" VERSION="1.2.13" CATEGORY="system-tools" SHORT_DESC="Resource monitor that shows usage and stats for processor, memory, disks, network and processes." MAINTAINER="ceel@netcourrier.com" LICENSE="Apache 2.0" WEB_SITE="https://github.com/aristocratos/btop" TARBALL="$PACKAGE-i686-linux-musl.tbz" WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { make install PREFIX=/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)