# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit java-utils-2

DESCRIPTION="Command line application to use ReVanced."
HOMEPAGE="https://github.com/ReVanced/revanced-cli https://revanced.app/"
SRC_URI="https://github.com/ReVanced/revanced-cli/releases/download/v${PV}/${P}-all.jar"

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

RDEPEND=">=virtual/jre-11-r2
	app-mobilephone/revanced-patches"

S="${WORKDIR}"

src_install() {
	java-pkg_newjar "${DISTDIR}/${P}-all.jar"
	java-pkg_dolauncher "${PN}"
	dosym ./revanced-cli "${EPREFIX}/usr/bin/revanced"
}