diff options
Diffstat (limited to 'www-plugins/duckduckgo/duckduckgo-0.2.8-r1.ebuild')
-rw-r--r-- | www-plugins/duckduckgo/duckduckgo-0.2.8-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www-plugins/duckduckgo/duckduckgo-0.2.8-r1.ebuild b/www-plugins/duckduckgo/duckduckgo-0.2.8-r1.ebuild new file mode 100644 index 00000000..3190371e --- /dev/null +++ b/www-plugins/duckduckgo/duckduckgo-0.2.8-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit mv_mozextension +RESTRICT="mirror" + +mPN="${PN}_for_firefox-${PV}" +DESCRIPTION="Firefox plugin: enable duckduckgo search engine" +HOMEPAGE="http://addons.mozilla.org/firefox/addon/xclear/" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/179120/${mPN}-fx.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |