wok-6.x diff btop/receipt @ rev 25494
Add finch & btop (thanks ceel)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 30 08:50:05 2022 +0000 (23 months ago) |
parents | |
children | 3f7980d355a5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/btop/receipt Wed Nov 30 08:50:05 2022 +0000 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="btop" 1.7 +VERSION="1.2.13" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Resource monitor that shows usage and stats for processor, memory, disks, network and processes." 1.10 +MAINTAINER="ceel@netcourrier.com" 1.11 +LICENSE="Apache 2.0" 1.12 +WEB_SITE="https://github.com/aristocratos/btop" 1.13 + 1.14 +TARBALL="$PACKAGE-i686-linux-musl.tbz" 1.15 +WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + make install PREFIX=/usr 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + cp -a $install/usr $fs 1.27 +}