url="http://mama.indstate.edu/users/ice/tree/"
description="A directory listing program displaying a depth indented list of files"

packager="Great-OS Team"
maintainer="Great-OS Team"
           
name=tree
version=2.2.1
release=1

source=(https://gitlab.com/OldManProgrammer/unix-tree/-/archive/${version}/unix-tree-${version}.tar.gz)

build () {
  cd unix-$name-$version
  sed -i -e '/^CFLAGS/d' -e '/^LDFLAGS/d' Makefile
  make
  make PREFIX=$PKG/usr  MANDIR=$PKG/usr/share/man/man1 install
}
