17 lines
655 B
Bash
17 lines
655 B
Bash
# Template file for 'tree'
|
|
pkgname=tree
|
|
version=2.0.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Recursive directory listing program"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://mama.indstate.edu/users/ice/tree"
|
|
changelog="http://mama.indstate.edu/users/ice/tree/changes.html"
|
|
distfiles="http://deb.debian.org/debian/pool/main/t/tree/tree_${version}.orig.tar.gz"
|
|
#distfiles="http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz"
|
|
checksum=e3339c5a194cf6b4080f15ec59faa3679f02d5a793b2147912fbfcfb4cdf2239
|
|
|
|
do_install() {
|
|
make MANDIR=${DESTDIR}/usr/share/man DESTDIR=${DESTDIR}/usr/bin install
|
|
}
|