SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

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
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)