X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7f37b95295b217f9af37087551337739aec17bc3..47463899868b46e59caf6cee016cf66873c186b4:/packages/tty-clock/build.sh diff --git a/packages/tty-clock/build.sh b/packages/tty-clock/build.sh index a8cad8f0..3e08ee67 100644 --- a/packages/tty-clock/build.sh +++ b/packages/tty-clock/build.sh @@ -1,13 +1,8 @@ -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." +TERMUX_PKG_HOMEPAGE=https://github.com/xorg62/tty-clock +TERMUX_PKG_DESCRIPTION="Simple terminal clock" TERMUX_PKG_VERSION=2.3 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" TERMUX_PKG_SRCURL=https://github.com/xorg62/tty-clock/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_FOLDERNAME=tty-clock-${TERMUX_PKG_VERSION} TERMUX_PKG_DEPENDS="ncurses" TERMUX_PKG_BUILD_IN_SRC=yes - -termux_step_post_configure() { - LDFLAGS+=" -lncurses" - CFLAGS+=" $CPPFLAGS" -} -