17 lines
553 B
Bash
17 lines
553 B
Bash
# Template file for 'tree'
|
|
pkgname=tree
|
|
version=1.8.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Resursive directory listing program"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://mama.indstate.edu/users/ice/tree"
|
|
distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz"
|
|
checksum=715d5d4b434321ce74706d0dd067505bb60c5ea83b5f0b3655dae40aa6f9b7c2
|
|
|
|
do_install() {
|
|
sed -e 's,install -s,install ,g' -i Makefile
|
|
make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
|
|
}
|