17 lines
596 B
Bash
17 lines
596 B
Bash
# Template file for 'tree'
|
|
pkgname=tree
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Recursive directory listing program"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
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=bcd2a0327ad40592a9c43e09a4d2ef834e6f17aa9a59012a5fb1007950b5eced
|
|
|
|
do_install() {
|
|
make MANDIR=${DESTDIR}/usr/share/man DESTDIR=${DESTDIR}/usr/bin install
|
|
}
|