Install this version:
emerge -a =app-mobilephone/revanced-cli-6.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-mobilephone/revanced-cli-6.0.0
Or alternatively:
emerge --autounmask-write -a =app-mobilephone/revanced-cli-6.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.0.0 | 8 | ~amd64 | 0 |
# 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"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=virtual/jre-11-r2
app-mobilephone/revanced-patches"
src_install() {
java-pkg_newjar "${DISTDIR}/${P}-all.jar"
java-pkg_dolauncher "${PN}"
dosym ./revanced-cli "${EPREFIX}/usr/bin/revanced"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | revanced-cli-6.0.0-all.jar | 53831721 bytes | https://github.com/ReVanced/revanced-cli/releases/download/v6.0.0/revanced-cli-6.0.0-all.jar |