pentoo-overlay/www-plugins/hackplugins-meta/hackplugins-meta-20200428.ebuild
2023-10-06 11:18:20 +08:00

25 lines
634 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Collection of browser's plugins for application security testing"
HOMEPAGE="http://pentoo.ch"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm x86"
#IUSE="+firefox"
S="${WORKDIR}"
#noscript
#ringleader
src_install() {
einfo "FIXME: This meta package is blank for now"
#FIXME: install ${FILESDIR}/ff-policies.json info:
#insinto ${MOZILLA_FIVE_HOME}/distribution/
#*overwrite* (alternative location) the existing one, installed by Gentoo
#firefox: /usr/${get_libdir}/firefox
#firefox-bin: /opt/firefox
}