app-misc/termdown - 2.0.0 (amano-kenji)

Search

Install

Install this version:

emerge -a =app-misc/termdown-2.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/termdown-2.0.0

Or alternatively:

emerge --autounmask-write -a =app-misc/termdown-2.0.0

Package Information

Description:
Countdown timer and stopwatch in your terminal
Homepage:
https://github.com/trehn/termdown
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.0.0 8 ~amd64 0
View Raw Ebuild
EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=hatchling
PYTHON_REQ_USE="ncurse(+)"
inherit distutils-r1

DESCRIPTION="Countdown timer and stopwatch in your terminal"
HOMEPAGE="https://github.com/trehn/termdown"
SRC_URI="https://github.com/trehn/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="speak"

RDEPEND="
	dev-python/art[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/python-dateutil[${PYTHON_USEDEP}]
	speak? ( app-accessibility/espeak-ng )"

USE Flags

Manage flags for this package: euse -i <flag> -p app-misc/termdown | euse -E <flag> -p app-misc/termdown | euse -D <flag> -p app-misc/termdown

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/art[]
	dev-python/pillow[]
	dev-python/python-dateutil[]
	speak? ( app-accessibility/espeak-ng )

Manifest for 2.0.0

Type File Size Source URLs
DIST termdown-2.0.0.tar.gz 68814 bytes https://github.com/trehn/termdown/archive/refs/tags/2.0.0.tar.gz