2020-03-20 10:31:39 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://timewarrior.net/
|
2016-08-27 00:03:59 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Command-line time tracker"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="MIT"
|
2020-04-19 23:41:40 +02:00
|
|
|
TERMUX_PKG_VERSION=1.3.0
|
2019-12-05 23:29:49 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/GothenburgBitFactory/timewarrior/releases/download/v$TERMUX_PKG_VERSION/timew-$TERMUX_PKG_VERSION.tar.gz
|
2020-04-19 23:41:40 +02:00
|
|
|
TERMUX_PKG_SHA256=1f3b9166a96637d3c098a7cfcff74ca61c41f13e2ca21f6c7ad6dd54cc74ac70
|
2019-06-20 03:09:12 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-glob, libc++"
|
2016-08-27 00:03:59 +02:00
|
|
|
|
2016-09-05 23:55:39 +02:00
|
|
|
termux_step_pre_configure() {
|
|
|
|
LDFLAGS+=" -landroid-glob"
|
|
|
|
}
|
2016-08-27 00:03:59 +02:00
|
|
|
|