wok-next annotate neofetch/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents
children
rev   line source
al@20845 1 # SliTaz package receipt.
al@20845 2
al@20845 3 PACKAGE="neofetch"
al@20845 4 VERSION="5.0.0"
al@20845 5 CATEGORY="x-window"
al@20845 6 SHORT_DESC="A command-line system information tool written in BASH 3.2+"
al@20845 7 MAINTAINER="al.bobylev@gmail.com"
al@20845 8 LICENSE="MIT"
al@20845 9 WEB_SITE="https://github.com/dylanaraps/neofetch"
al@20845 10
al@20845 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20845 12 WGET_URL="https://github.com/dylanaraps/neofetch/archive/$VERSION.tar.gz"
al@20845 13
al@20845 14 compile_rules() {
al@20845 15 make &&
al@20845 16 make install
al@20845 17 }
al@20845 18
al@20845 19 genpkg_rules() {
al@20845 20 copy @std
al@20845 21 DEPENDS="bash"
al@20845 22 }