mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-05 23:33:11 +01:00
17 lines
430 B
Bash
17 lines
430 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
|
|
FFP_TARGETS="firefox"
|
|
inherit mozilla-addon
|
|
|
|
MOZ_FILEID="274976"
|
|
DESCRIPTION="A set of proxy management tools for firefox"
|
|
HOMEPAGE="http://getfoxyproxy.org"
|
|
SRC_URI="http://addons.mozilla.org/firefox/downloads/file/${MOZ_FILEID} -> ${FFP_XPI_FILE}.xpi"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|