2019-05-15 02:52:08 +03:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://taskwarrior.org/docs/timewarrior/
|
2016-08-26 18:03:59 -04:00
|
|
|
TERMUX_PKG_DESCRIPTION="Command-line time tracker"
|
2019-01-21 14:53:58 +02:00
|
|
|
TERMUX_PKG_LICENSE="MIT"
|
2019-12-05 23:29:49 +01:00
|
|
|
TERMUX_PKG_VERSION=1.2.0
|
|
|
|
TERMUX_PKG_SRCURL=https://github.com/GothenburgBitFactory/timewarrior/releases/download/v$TERMUX_PKG_VERSION/timew-$TERMUX_PKG_VERSION.tar.gz
|
|
|
|
TERMUX_PKG_SHA256=2c4d153105a32536ae328038246ebd846a5abd96df7ed29c11100866eaed8e3c
|
2019-06-20 04:09:12 +03:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-glob, libc++"
|
2016-08-26 18:03:59 -04:00
|
|
|
|
2016-09-05 17:55:39 -04:00
|
|
|
termux_step_pre_configure() {
|
|
|
|
LDFLAGS+=" -landroid-glob"
|
|
|
|
}
|
2016-08-26 18:03:59 -04:00
|
|
|
|