summaryrefslogtreecommitdiff
path: root/www-plugins/libredirect-bin/libredirect-bin-3.1.0.ebuild
blob: 9489322678a5bf18161c371f13110c5d52315310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2024 Ivan Boikov
# Distributed under the terms of the GNU General Public License v2

EAPI=8

VER="3.1.0"

DESCRIPTION="LibRedirect addon for Firefox"
HOMEPAGE="https://github.com/libredirect/browser_extension"
XPI="libredirect-${VER}.xpi"
SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4280925/${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/7esoorv3@alefvanoon.anonaddy.me.xpi"
}