diff options
Diffstat (limited to 'www-plugins/dark-mode/dark-mode-0.2.8.ebuild')
-rw-r--r-- | www-plugins/dark-mode/dark-mode-0.2.8.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www-plugins/dark-mode/dark-mode-0.2.8.ebuild b/www-plugins/dark-mode/dark-mode-0.2.8.ebuild new file mode 100644 index 00000000..70d26b40 --- /dev/null +++ b/www-plugins/dark-mode/dark-mode-0.2.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 2017-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit mv_mozextension-r1 +RESTRICT="mirror" + +DESCRIPTION="Firefox webextension: a global dark theme for the web" +HOMEPAGE="https://addons.mozilla.org/en-US/firefox/addon/dark-mode-webextension/" +SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/786990/${PN//-/_}_webextension-${PV}-an+fx.xpi" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +moz_defaults -i'{174b2d58-b983-4501-ab4b-07e71203cb43}' firefox seamonkey |