# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Patches for ReVanced." HOMEPAGE="https://github.com/ReVanced/revanced-patches https://revanced.app/" SRC_URI="https://github.com/ReVanced/revanced-patches/releases/download/v${PV}/patches-${PV}.rvp -> ${P}.rvp" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" RDEPEND=">=virtual/jre-11-r2" S="${WORKDIR}" src_install() { insinto "/usr/share/${PN}" newins "${DISTDIR}/${P}.rvp" patches.rvp }