File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ TERMUX_PKG_HOMEPAGE=https://www.bettercap.org/
2+ TERMUX_PKG_DESCRIPTION=" The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks. "
3+ TERMUX_PKG_LICENSE=" GPL-3.0"
4+ TERMUX_PKG_VERSION=" 2.33.0"
5+ TERMUX_PKG_MAINTAINER=" https://github.com/1q23lyc45"
6+ TERMUX_PKG_SRCURL=https://github.com/bettercap/bettercap/archive/refs/tags/v${TERMUX_PKG_VERSION} .tar.gz
7+ TERMUX_PKG_SHA256=7e9f145edbe07f25b1d4c5132d9d6ed322ed728249f71acced1352459faf0e97
8+ TERMUX_PKG_BUILD_IN_SRC=true
9+ TERMUX_PKG_AUTO_UPDATE=false
10+ TERMUX_PKG_BUILD_DEPENDS=" libusb, libpcap, root-repo, libnetfilter-queue"
11+ TERMUX_PKG_DEPENDS=" libusb, libpcap, root-repo, libnetfilter-queue"
12+
13+ termux_step_make () {
14+ termux_setup_golang
15+ make
16+ }
17+
18+ termux_step_make_install () {
19+ install -Dm700 -t " ${TERMUX_PREFIX} " /bin bettercap
20+ }
You can’t perform that action at this time.
0 commit comments