You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
461 B
13 lines
461 B
TERMUX_PKG_HOMEPAGE=https://taskwarrior.org/docs/timewarrior/
|
|
TERMUX_PKG_DESCRIPTION="Command-line time tracker"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_VERSION=1.1.1
|
|
TERMUX_PKG_REVISION=5
|
|
TERMUX_PKG_SRCURL=https://taskwarrior.org/download/timew-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=1f7d9a62e55fc5a3126433654ccb1fd7d2d135f06f05697f871897c9db77ccc9
|
|
TERMUX_PKG_DEPENDS="libandroid-glob, libc++"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -landroid-glob"
|
|
}
|
|
|
|
|