summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-plugins/libredirect-bin/Manifest2
-rw-r--r--www-plugins/libredirect-bin/libredirect-bin-2.8.5.ebuild26
2 files changed, 28 insertions, 0 deletions
diff --git a/www-plugins/libredirect-bin/Manifest b/www-plugins/libredirect-bin/Manifest
index 9e3ceb8..a09c066 100644
--- a/www-plugins/libredirect-bin/Manifest
+++ b/www-plugins/libredirect-bin/Manifest
@@ -1,2 +1,4 @@
DIST libredirect-2.8.4.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a
+DIST libredirect-2.8.5.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a
EBUILD libredirect-bin-2.8.4.ebuild 578 BLAKE2B f79a9dd32d39730fe10cb61acafbb8401808334ffd60959b6ed0ce7d4be361426af525f00d18a21cbc85ad90fa052f4daf6b6060f819fdd694326d0ce5e47057 SHA512 d38d6e57102c8b110dba4cf74be456e3191c345922a8d0a881457fc3da05cb56e651860943c3f54563a762b487ade2a212951fc27b6389580abc84cebae3db22
+EBUILD libredirect-bin-2.8.5.ebuild 580 BLAKE2B a62a64165d29fc7ea114c60775cc0c42b344e13a6f4ef347d796239c86ea017cc505661222616da380be730a8a8161bab20fc87e5104fdd843b635a59f42d625 SHA512 0e2c7e1328169d0cf4b84c65a3130a4c7ff57f2fc96031219ee00e4025604b53ac4c4a65edb600d7eaafb2962d1914c0d52c23e46c331052d746202f914da593
diff --git a/www-plugins/libredirect-bin/libredirect-bin-2.8.5.ebuild b/www-plugins/libredirect-bin/libredirect-bin-2.8.5.ebuild
new file mode 100644
index 0000000..efd55ff
--- /dev/null
+++ b/www-plugins/libredirect-bin/libredirect-bin-2.8.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2024 Ivan Boikov
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VER="2.8.5"
+
+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"
+}