# Copyright 2024 Ivan Boikov # Distributed under the terms of the GNU General Public License v2 EAPI=8 VER="1.55.0" DESCRIPTION="uBlock Origin addon for Firefox" HOMEPAGE="https://github.com/gorhill/uBlock" XPI="ublock_origin-${VER}.xpi" SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4261710/${XPI}" # alternative # XPI="uBlock0_${VER}.firefox.signed.xpi" # SRC_URI="https://github.com/gorhill/uBlock/releases/download/${VER}/${XPI}" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" RDEPEND="" DEPEND="${RDEPEND}" BDEPEND="" S="${WORKDIR}" src_install() { dodir "/usr/share/firefox-addons" cp "${DISTDIR}/${XPI}" "${D}/usr/share/firefox-addons/uBlock0@raymondhill.net.xpi" }