wok-next view neofetch/receipt @ rev 21195

updated scrollz (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 15:54:27 2019 +0100 (2019-10-03)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="neofetch"
4 VERSION="5.0.0"
5 CATEGORY="x-window"
6 SHORT_DESC="A command-line system information tool written in BASH 3.2+"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/dylanaraps/neofetch"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/dylanaraps/neofetch/archive/$VERSION.tar.gz"
14 compile_rules() {
15 make &&
16 make install
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="bash"
22 }