You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/www-plugins/firefox-ublock/firefox-ublock-1.19.3.11.eb...

35 lines
703 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
inherit eutils
MYPV="1.19.3b11"
SRC_URI="https://github.com/gorhill/uBlock/releases/download/$MYPV/uBlock0_${MYPV}.firefox.signed.xpi"
DESCRIPTION="An efficient blocker for Firefox"
HOMEPAGE="https://github.com/gorhill/uBlock"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="|| ( www-client/firefox
www-client/firefox-bin )"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
src_unpack() {
cp ${DISTDIR}/uBlock0_${MYPV}.firefox.signed.xpi ${S}/uBlock0.firefox.signed.xpi
}
src_install() {
dodir /usr/share/firefox-ublock
insinto /usr/share/firefox-ublock
doins -r *
}