17 lines
601 B
Bash
17 lines
601 B
Bash
# Template file for 'tree'
|
|
pkgname=tree
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Recursive directory listing program"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://mama.indstate.edu/users/ice/tree"
|
|
changelog="https://mama.indstate.edu/users/ice/tree/changes.html"
|
|
distfiles="https://gitlab.com/OldManProgrammer/unix-tree/-/archive/${version}/unix-tree-${version}.tar.gz"
|
|
checksum=e9f829a03996451bcf90fae4fdee4285bece6dc1a89de92a3f8e6cad29e03c71
|
|
|
|
do_install() {
|
|
make MANDIR=${DESTDIR}/usr/share/man DESTDIR=${DESTDIR}/usr/bin install
|
|
}
|