wok-current view neofetch/receipt @ rev 25698

Fix ntfs-3g receipt
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 19:01:01 2024 +0000 (9 months ago)
parents
children 5926178cd6fa
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 }