Skip to content

Commit 785939a

Browse files
1q23lyc45licy183
authored andcommitted
addpkg(tur-hacking/bettercap): v2.33.0
1 parent a1ac3f8 commit 785939a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tur-hacking/bettercap/build.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)