mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
20 lines
480 B
Bash
20 lines
480 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
#https://addons.mozilla.org/api/v4/addons/addon/wappalyzer/versions/
|
|
#files":[{"id":
|
|
WEXT_FILEID="3539068"
|
|
#<guid>
|
|
WEXT_GUID="wappalyzer@crunchlabz.com"
|
|
|
|
inherit mozilla-webext
|
|
|
|
DESCRIPTION="Cross-platform utility that uncovers the technologies used on websites"
|
|
HOMEPAGE="https://github.com/AliasIO/Wappalyzer"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|