From 4d1b187cf3f44c89ddf90101188bfde0d052440c Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 30 Jan 2017 00:50:58 +0100 Subject: [PATCH] tty-clock: Add TERMUX_PKG_HOMEPAGE and shorten description --- packages/tty-clock/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/tty-clock/build.sh b/packages/tty-clock/build.sh index dca56822d..3e08ee67d 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