mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
wappalyzer: v5.3.2, initial ebuild
This commit is contained in:
parent
79ef4cd204
commit
1739a8ac7f
2 changed files with 35 additions and 0 deletions
1
www-plugins/wappalyzer/Manifest
Normal file
1
www-plugins/wappalyzer/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST wappalyzer-5.3.2.xpi 1666074 SHA256 9974f56958f63b163f97532d88083ae7fd4bcaf1fc999163f53452350f9087ac SHA512 e117bf7f0b1fcac0959f6d7c55c6f0fc76dc8af421089f5335f68bb6f65ef4d6366949632f45dc87274dfeec3d58dc96d967c3f3b7d9f236807a6fc2f7529b1d WHIRLPOOL a4de3b7c9b4ff34c1244114d197072c570a85f19c4ee9ba08aa62e46bd26ddeb92cbeac8e14aaed4f217c8e7edf9c19c66ed85c2ab86ce47cc17dd77b805eed6
|
||||
34
www-plugins/wappalyzer/wappalyzer-5.3.2.ebuild
Normal file
34
www-plugins/wappalyzer/wappalyzer-5.3.2.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
EXT_SHARE_DIR="/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
||||
EXT_ID="wappalyzer@crunchlabz.com"
|
||||
|
||||
#blshkv hack, find this number using the following url:
|
||||
#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/wappalyzer
|
||||
#<install
|
||||
MOZ_FILEID="822619"
|
||||
|
||||
DESCRIPTION="A set of proxy management tools for firefox"
|
||||
HOMEPAGE="http://getfoxyproxy.org"
|
||||
SRC_URI="https://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=" || ( >=www-client/firefox-57.0.0 >=www-client/firefox-bin-57.0.0 )"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack(){
|
||||
echo
|
||||
}
|
||||
|
||||
src_install(){
|
||||
insinto ${EXT_SHARE_DIR}
|
||||
newins "${DISTDIR}/${P}".xpi ${EXT_ID}.xpi
|
||||
}
|
||||
Loading…
Reference in a new issue