wok-current view neofetch/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (3 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="neofetch"
4 VERSION="20211210"
5 CATEGORY="x-window"
6 SHORT_DESC="A command-line system information tool written in BASH 3.2+"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/dylanaraps/neofetch"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|https://github.com/dylanaraps/neofetch.git"
13 BRANCH="ccd5d9f5"
15 DEPENDS="bash"
16 BUILD_DEPENDS="git"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }