wok view 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 (17 months ago)
parents
children 3f7980d355a5
line source
1 # SliTaz package receipt.
3 PACKAGE="btop"
4 VERSION="1.2.13"
5 CATEGORY="system-tools"
6 SHORT_DESC="Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
7 MAINTAINER="ceel@netcourrier.com"
8 LICENSE="Apache 2.0"
9 WEB_SITE="https://github.com/aristocratos/btop"
11 TARBALL="$PACKAGE-i686-linux-musl.tbz"
12 WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make install PREFIX=/usr
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $install/usr $fs
24 }