2016-09-05 23:34:10 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://taskwarrior.org
|
|
|
|
TERMUX_PKG_DESCRIPTION="Shell command wrapping Taskwarrior commands"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="MIT"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2017-05-11 00:24:22 +02:00
|
|
|
TERMUX_PKG_VERSION=1.2.0
|
2021-10-22 10:01:24 +02:00
|
|
|
TERMUX_PKG_REVISION=7
|
2018-03-22 21:48:50 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://taskwarrior.org/download/tasksh-${TERMUX_PKG_VERSION}.tar.gz
|
2017-05-11 00:24:22 +02:00
|
|
|
TERMUX_PKG_SHA256=6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd
|
2019-06-20 03:05:27 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libc++, readline, taskwarrior, libandroid-glob"
|
2016-09-05 23:34:10 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
LDFLAGS+=" -landroid-glob"
|
|
|
|
}
|
|
|
|
|