wok-next view neofetch/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
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 }