mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
app-misc/termdown: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>
This commit is contained in:
28
app-misc/termdown/termdown-1.17.0.ebuild
Normal file
28
app-misc/termdown/termdown-1.17.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{3_7,3_8,3_9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Countdown timer and stopwatch in your terminal"
|
||||
HOMEPAGE="https://github.com/trehn/termdown"
|
||||
SRC_URI="https://github.com/trehn/termdown/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="speak"
|
||||
|
||||
DEPEND="
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/pyfiglet[${PYTHON_USEDEP}]
|
||||
speak? ( app-accessibility/espeak )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user