# Template file for 'bettercap'
pkgname=bettercap
version=2.41.5
revision=1
build_style=go
go_import_path=github.com/bettercap/bettercap/v2
hostmakedepends="pkg-config"
makedepends="libpcap-devel libnetfilter_queue-devel libusb-devel"
short_desc="Network attack and monitoring framework"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="GPL-3.0-only"
homepage="https://github.com/bettercap/bettercap"
changelog="https://github.com/bettercap/bettercap/releases"
distfiles="https://github.com/bettercap/bettercap/archive/refs/tags/v${version}.tar.gz"
checksum=85513871e105a182eb92f80ba9563ac37cb8a48bcfa98d30e1197e74c42ff15a

# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"

if [ "$XBPS_TARGET_LIBC" = musl ]; then
	CPPFLAGS="-Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t"
fi
