wok-next view neofetch/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }