diff options
Diffstat (limited to 'www-plugins/ublock-origin-bin/ublock-origin-bin-1.59.1_pre5.ebuild')
| -rw-r--r-- | www-plugins/ublock-origin-bin/ublock-origin-bin-1.59.1_pre5.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www-plugins/ublock-origin-bin/ublock-origin-bin-1.59.1_pre5.ebuild b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.59.1_pre5.ebuild deleted file mode 100644 index a0bb022..0000000 --- a/www-plugins/ublock-origin-bin/ublock-origin-bin-1.59.1_pre5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2024 Ivan Boikov -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VER="1.59.1-pre5" - -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" -} |
