From: Fredrik Fornwall Date: Sun, 29 Jan 2017 23:50:58 +0000 (+0100) Subject: tty-clock: Add TERMUX_PKG_HOMEPAGE and shorten description X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/4d1b187cf3f44c89ddf90101188bfde0d052440c?ds=sidebyside tty-clock: Add TERMUX_PKG_HOMEPAGE and shorten description --- diff --git a/packages/tty-clock/build.sh b/packages/tty-clock/build.sh index dca56822..3e08ee67 100644 --- a/packages/tty-clock/build.sh +++ b/packages/tty-clock/build.sh @@ -1,4 +1,5 @@ -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