diff options
| author | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-05-10 21:31:39 +0200 |
|---|---|---|
| committer | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-05-10 21:31:39 +0200 |
| commit | 306c12be0fca16708130ecf98ce48797b55fbd68 (patch) | |
| tree | fa20b118f783e66d46a60e1b1ba1d7e17e2be125 /www-plugins/istilldontcareaboutcookies-bin | |
| parent | eab0445aeaae59d91b8ebc86aae66286b4671e86 (diff) | |
Initial commit. UBlock Origin, LibRedirect and IDontCareAboutCookies.
Diffstat (limited to 'www-plugins/istilldontcareaboutcookies-bin')
| -rw-r--r-- | www-plugins/istilldontcareaboutcookies-bin/Manifest | 2 | ||||
| -rw-r--r-- | www-plugins/istilldontcareaboutcookies-bin/istilldontcareaboutcookies-bin-1.1.4.ebuild | 28 |
2 files changed, 30 insertions, 0 deletions
diff --git a/www-plugins/istilldontcareaboutcookies-bin/Manifest b/www-plugins/istilldontcareaboutcookies-bin/Manifest new file mode 100644 index 0000000..9c3f8c8 --- /dev/null +++ b/www-plugins/istilldontcareaboutcookies-bin/Manifest @@ -0,0 +1,2 @@ +DIST istilldontcareaboutcookies-1.1.4.xpi 530474 BLAKE2B 6537d666c9e5ea8c23181647e487feb6ff272badfaa482ad6f48b41a840be9ea5762ef1bfe1224748b4d603f695b4433e24a1f9925b8ed7c03fdf0780bb53568 SHA512 f0a15c4e4609fbf232bda4fbcd8646775fcbe3e79f704c814e9630c4290c8f8b33a4d8e8d6ee8177b5095c39b535088fad6ea7db89d48d6bbbea02a3a6f05779 +EBUILD istilldontcareaboutcookies-bin-1.1.4.ebuild 699 BLAKE2B 7cd3bd63670d5302c76d7de8ceb2efdb1cba309ccc10ead1b0de7ad71a1118d2511f24f4c13aaa5d2cb4c1cd319ce19524a16c9651c7d0b5f5166c866dd15e85 SHA512 770c03c2486eddf852a6c526caf0603ef4e19f2cae76ea49306e5ddced83061ea4e04296b422d4ec0e8805e386887edcc6eb32618a3f01691dcec2a3df8b2ac6 diff --git a/www-plugins/istilldontcareaboutcookies-bin/istilldontcareaboutcookies-bin-1.1.4.ebuild b/www-plugins/istilldontcareaboutcookies-bin/istilldontcareaboutcookies-bin-1.1.4.ebuild new file mode 100644 index 0000000..683c6ba --- /dev/null +++ b/www-plugins/istilldontcareaboutcookies-bin/istilldontcareaboutcookies-bin-1.1.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VER="1.1.4" + +DESCRIPTION="LibRedirect addon for Firefox" +HOMEPAGE="https://github.com/libredirect/browser_extension" +XPI="istilldontcareaboutcookies-${VER}.xpi" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4216095/${XPI}" +# alternative +#SRC_URI="https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/download/v${VER}/${XPI}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" + +RDEPEND="" +DEPEND="${RDEPEND}" +BDEPEND="" + +S="${WORKDIR}" + +src_install() { + dodir "/usr/share/firefox-addons" + cp "${DISTDIR}/${XPI}" "${D}/usr/share/firefox-addons/idcac-pub@guus.ninja.xpi" +} |
