16 lines
567 B
Bash
16 lines
567 B
Bash
# Template file for 'termdown'
|
|
pkgname=termdown
|
|
version=1.18.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"
|
|
short_desc="Countdown timer and stopwatch in your terminal"
|
|
maintainer="Illia Shestakov <ishestakov@airmail.cc>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/trehn/termdown"
|
|
distfiles="https://github.com/trehn/termdown/archive/${version}.tar.gz"
|
|
checksum=67c6393a117a41080e3b7fe912ffe401fe94281f7c5022641046282cef71a2de
|
|
# no tests
|
|
make_check=no
|