2022-02-13 14:13:49 +01:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
2020-11-25 11:23:54 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2022-02-13 14:13:49 +01:00
|
|
|
EAPI=8
|
2020-11-25 11:23:54 +01:00
|
|
|
|
|
|
|
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=""
|
2022-02-13 14:13:49 +01:00
|
|
|
RDEPEND=""
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
newbin sarcasm.sh sarcasm
|
|
|
|
einstalldocs
|
|
|
|
}
|