1
0
mirror of synced 2024-06-02 18:58:11 +02:00
TheChymera-overlay/app-text/sarcasm-formatter/sarcasm-formatter-0.1.3.ebuild
Horea Christian ef3dc3fef5
app-text/sarcasm-formatter: version bump
No longer Python as that was overkill

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
2022-02-13 08:13:49 -05:00

22 lines
472 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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=""
src_install() {
newbin sarcasm.sh sarcasm
einstalldocs
}