Files
termux-packages/packages/tty-clock/build.sh
termux-pacman-bot ca1707a4e3 codeowners: remove contributors.
xtkoba left the team, suhan-paradkar's account no longer exists.
other non-maintainers were mentioned in buildscripts with `# Contributor:` comment as in Arch buildscripts

[no ci]
2025-05-18 16:07:09 +00:00

14 lines
560 B
Bash

# Contributor: @Neo-Oli
TERMUX_PKG_HOMEPAGE=https://github.com/xorg62/tty-clock
TERMUX_PKG_DESCRIPTION="Simple terminal clock"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_VERSION=2.3
TERMUX_PKG_REVISION=1
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_SHA256=343e119858db7d5622a545e15a3bbfde65c107440700b62f9df0926db8f57984
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_BUILD_IN_SRC=true