2016-09-28 20:16:26 +02:00
TERMUX_PKG_DESCRIPTION = "tty-clock is a simple ncurses-based clock that shows the time and date using a large display. It has a few commandline options to customize the output."
2017-01-17 16:10:09 +01:00
TERMUX_PKG_VERSION = 2.3
2016-09-28 20:16:26 +02:00
TERMUX_PKG_MAINTAINER = "Oliver Schmidhauser @Neo-Oli"
2017-01-17 16:10:09 +01:00
TERMUX_PKG_SRCURL = https://github.com/xorg62/tty-clock/archive/v${ TERMUX_PKG_VERSION } .tar.gz
TERMUX_PKG_FOLDERNAME = tty-clock-${ TERMUX_PKG_VERSION }
2016-09-28 20:16:26 +02:00
TERMUX_PKG_DEPENDS = "ncurses"
TERMUX_PKG_BUILD_IN_SRC = yes
2017-01-06 02:37:45 +01:00
termux_step_post_configure( ) {
2017-01-17 16:10:09 +01:00
LDFLAGS += " -lncurses"
CFLAGS += " $CPPFLAGS "
2016-09-28 20:16:26 +02:00
}