From 7248502f4f59dc050999697e84ebc604d3942272 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 15 Feb 2016 06:40:27 -0500 Subject: [PATCH] tree: Shorten description --- packages/tree/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/tree/build.sh b/packages/tree/build.sh index e47f5b0c0..abc973a4c 100644 --- a/packages/tree/build.sh +++ b/packages/tree/build.sh @@ -1,8 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://mama.indstate.edu/users/ice/tree/ -TERMUX_PKG_DESCRIPTION="displays an indented directory tree, in color - Tree is a recursive directory listing command that produces a depth indented - listing of files, which is colorized ala dircolors if the LS_COLORS environment - variable is set and output is to tty." +TERMUX_PKG_DESCRIPTION="Recursive directory lister producing a depth indented listing of files" TERMUX_PKG_DEPENDS="libandroid-support" TERMUX_PKG_VERSION=1.7.0 TERMUX_PKG_MAINTAINER=$(echo "Gert Scholten " | sed 's/\sat\s/@/' | sed 's/\sdot\s/./')