SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "neofetch"

# SliTaz package receipt.

PACKAGE="neofetch"
VERSION="20211210"
CATEGORY="x-window"
SHORT_DESC="A command-line system information tool written in BASH 3.2+"
MAINTAINER="maintainer@slitaz.org"
LICENSE="MIT"
WEB_SITE="https://github.com/dylanaraps/neofetch"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="git|https://github.com/dylanaraps/neofetch.git"
BRANCH="ccd5d9f5"

DEPENDS="bash"
BUILD_DEPENDS="git"

# Rules to configure and make the package.
compile_rules()
{
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
        mkdir $fs/usr
    cp -a $install/usr/bin $fs/usr
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)