mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
bettercap: update deps
This commit is contained in:
parent
4242854966
commit
96888c6736
4 changed files with 17 additions and 6 deletions
|
|
@ -41,7 +41,7 @@ EGO_VENDOR=( # bettercap release comes with almost all deps in ./vendor/ directo
|
|||
# "gopkg.in/sourcemap.v1 v1.0.5 github.com/go-sourcemap/sourcemap"
|
||||
)
|
||||
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
inherit golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
|
||||
HOMEPAGE="https://github.com/bettercap/bettercap/"
|
||||
|
|
@ -57,7 +57,8 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||
RDEPEND="
|
||||
net-libs/libpcap
|
||||
net-libs/libnetfilter_queue
|
||||
net-libs/libnfnetlink"
|
||||
net-libs/libnfnetlink
|
||||
virtual/libusb:*"
|
||||
|
||||
#DEPEND="${RDEPEND}
|
||||
# dev-go/go-sys:=
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ EGO_VENDOR=(
|
|||
# "github.com/chzyer/logex v1.1.10"
|
||||
)
|
||||
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
inherit golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
|
||||
HOMEPAGE="https://github.com/bettercap/bettercap/"
|
||||
|
|
@ -69,7 +69,8 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||
RDEPEND="
|
||||
net-libs/libpcap
|
||||
net-libs/libnetfilter_queue
|
||||
net-libs/libnfnetlink"
|
||||
net-libs/libnfnetlink
|
||||
virtual/libusb:*"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-go/go-crypto:=
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ EGO_VENDOR=(
|
|||
# "github.com/chzyer/logex v1.1.10"
|
||||
)
|
||||
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
inherit golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
|
||||
HOMEPAGE="https://github.com/bettercap/bettercap/"
|
||||
|
|
@ -69,7 +69,8 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||
RDEPEND="
|
||||
net-libs/libpcap
|
||||
net-libs/libnetfilter_queue
|
||||
net-libs/libnfnetlink"
|
||||
net-libs/libnfnetlink
|
||||
virtual/libusb:*"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-go/go-crypto:=
|
||||
|
|
|
|||
8
net-analyzer/bettercap/metadata.xml
Normal file
8
net-analyzer/bettercap/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue