Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions srcpkgs/termdown/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'termdown'
pkgname=termdown
version=1.18.0
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"
version=2.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools hatchling"
depends="python3-setuptools python3-dateutil python3-click python3-Pillow python3-art"
short_desc="Countdown timer and stopwatch in your terminal"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://github.com/trehn/termdown"
distfiles="https://github.com/trehn/termdown/archive/${version}.tar.gz"
checksum=67c6393a117a41080e3b7fe912ffe401fe94281f7c5022641046282cef71a2de
checksum=722251ea21a5a495479eedc5a8925660b57dcb3cbab6fdb53ab8dfe8ede83473
# no tests
make_check=no