mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 07:16:42 +01:00
20 lines
467 B
Bash
20 lines
467 B
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
#https://addons.mozilla.org/api/v4/addons/addon/noscript/versions/
|
|
#"files":[{"id":
|
|
WEXT_FILEID="1061062"
|
|
#<guid>
|
|
WEXT_GUID="{73a6fe31-595d-460b-a920-fcc0f8843232}"
|
|
|
|
inherit mozilla-webext
|
|
|
|
DESCRIPTION="Allow active content in firefox to run only from trusted sites."
|
|
HOMEPAGE="http://noscript.net"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|