vim: Update to latest patch level
[termux-packages] / packages / tasksh / build.sh
1 TERMUX_PKG_HOMEPAGE=https://taskwarrior.org
2 TERMUX_PKG_DESCRIPTION="Shell command wrapping Taskwarrior commands"
3 TERMUX_PKG_VERSION=1.1.0
4 TERMUX_PKG_REVISION=2
5 TERMUX_PKG_SRCURL=http://taskwarrior.org/download/tasksh-latest.tar.gz
6 TERMUX_PKG_SHA256=eef7c6677d6291b1c0e13595e8c9606d7f8dc1060d197a0d088cc1fddcb70024
7 TERMUX_PKG_DEPENDS="readline, taskwarrior, libandroid-glob"
8 TERMUX_PKG_FOLDERNAME=tasksh-$TERMUX_PKG_VERSION
9
10 termux_step_pre_configure() {
11 LDFLAGS+=" -landroid-glob"
12 }
13