PKG_NAME = tree
PKG_VERS = 2.2.1
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/Old-Man-Programmer/tree/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

HOMEPAGE = https://oldmanprogrammer.net/source.php?dir=projects/tree
COMMENT  = Tree is a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty.
LICENSE  = GPLv2

CONFIGURE_TARGET = nop

ADDITIONAL_CFLAGS = -std=gnu99 -O3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64

INSTALL_ARGS = install PREFIX=$(STAGING_INSTALL_PREFIX)

include ../../mk/spksrc.cross-cc.mk
