url="http://mama.indstate.edu/users/ice/tree/"
packager="spiky <spiky@nutyx.org>"
contributors="Berlius,Tnut"
description="A directory listing program displaying a depth indented list of files"
name=tree
version=2.1.0
_name=unix-tree
source=(https://gitlab.com/OldManProgrammer/unix-tree/-/archive/$version/${_name}-$version.tar.gz)

build () {

cd ${_name}-$version

make

make PREFIX=$PKG/usr  MANDIR=$PKG/usr/share/man install
chmod -v 644 $PKG/usr/share/man/man1/tree.1	
}
