mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
35 lines
836 B
Bash
35 lines
836 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
USE_RUBY="ruby20 ruby21"
|
|
|
|
inherit multilib ruby-fakegem
|
|
|
|
DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
|
|
HOMEPAGE="https://github.com/evilsocket/bettercap/"
|
|
SRC_URI="https://github.com/evilsocket/bettercap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT=0
|
|
KEYWORDS="~amd64"
|
|
|
|
ruby_add_rdepend "
|
|
=dev-ruby/colorize-0.8*
|
|
=dev-ruby/net-dns-0.8*
|
|
dev-ruby/network_interface
|
|
dev-ruby/packetfu:1.1.11
|
|
dev-ruby/pcaprub:0.12
|
|
=dev-ruby/em-proxy-0.1*
|
|
=dev-ruby/rubydns-1.0*
|
|
"
|
|
|
|
each_ruby_prepare() {
|
|
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
|
|
BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
|
|
}
|
|
|
|
# FIXME:
|
|
# install bettercap binary into /usr/sbin
|