vp-build/srcpkgs/tree/template

17 lines
509 B
Bash

# Template file for 'tree'
pkgname=tree
version=1.7.0
revision=2
build_style=gnu-makefile
homepage="http://mama.indstate.edu/users/ice/tree"
distfiles="$homepage/src/tree-$version.tgz"
short_desc="Resursive directory listing program"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
checksum=6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12
do_install() {
sed -e 's,install -s,install ,g' -i Makefile
make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
}