wok-next view neofetch/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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 }