X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ade3e705d3228b3a4ec455fa0b6ca2ee67784305..HEAD:/packages/tree/build.sh diff --git a/packages/tree/build.sh b/packages/tree/build.sh index e47f5b0c..c506ed5f 100644 --- a/packages/tree/build.sh +++ b/packages/tree/build.sh @@ -1,12 +1,11 @@ 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/./') +TERMUX_PKG_REVISION=2 +TERMUX_PKG_MAINTAINER="Gert Scholten @gscholt" TERMUX_PKG_SRCURL=http://mama.indstate.edu/users/ice/tree/src/tree-${TERMUX_PKG_VERSION}.tgz +TERMUX_PKG_SHA256=6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12 TERMUX_PKG_BUILD_IN_SRC=yes termux_step_make () {