chiark / gitweb /
Refactor build of tty-clock (#685)
[termux-packages] / packages / tty-clock / build.sh
CommitLineData
97e385f7 1TERMUX_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."
7f37b952 2TERMUX_PKG_VERSION=2.3
97e385f7 3TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
7f37b952
OS
4TERMUX_PKG_SRCURL=https://github.com/xorg62/tty-clock/archive/v${TERMUX_PKG_VERSION}.tar.gz
5TERMUX_PKG_FOLDERNAME=tty-clock-${TERMUX_PKG_VERSION}
97e385f7
OS
6TERMUX_PKG_DEPENDS="ncurses"
7TERMUX_PKG_BUILD_IN_SRC=yes