2016-09-05 23:34:10 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://taskwarrior.org
|
|
|
|
TERMUX_PKG_DESCRIPTION="Shell command wrapping Taskwarrior commands"
|
2017-05-11 00:24:22 +02:00
|
|
|
TERMUX_PKG_VERSION=1.2.0
|
2017-07-14 00:23:37 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
2016-09-05 23:34:10 +02:00
|
|
|
TERMUX_PKG_SRCURL=http://taskwarrior.org/download/tasksh-latest.tar.gz
|
2017-05-11 00:24:22 +02:00
|
|
|
TERMUX_PKG_SHA256=6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd
|
2016-09-05 23:34:10 +02:00
|
|
|
TERMUX_PKG_DEPENDS="readline, taskwarrior, libandroid-glob"
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
LDFLAGS+=" -landroid-glob"
|
|
|
|
}
|
|
|
|
|