9e1ef0ea9c
with input from Hendrik Klug Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Horea Christian <chr@chymera.eu>
23 lines
504 B
Bash
23 lines
504 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
PYTHON_COMPAT=( python3_{5..9} )
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Reormat text as alternating lower and upper case letters"
|
|
HOMEPAGE="https://github.com/Othyem86/sarcasm-formatter"
|
|
SRC_URI="https://github.com/Othyem86/sarcasm-formatter/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
IUSE=""
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND=""
|
|
RDEPEND="
|
|
dev-python/argh[${PYTHON_USEDEP}]
|
|
"
|