void-packages/srcpkgs/bettercap/template
2020-11-03 11:19:58 -05:00

19 lines
670 B
Bash

# Template file for 'bettercap'
pkgname=bettercap
version=2.28
revision=1
build_style=go
go_import_path=github.com/bettercap/bettercap
hostmakedepends="pkg-config"
makedepends="libpcap-devel libnetfilter_queue-devel libusb-devel"
short_desc="Network attack and monitoring framework"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://github.com/bettercap/bettercap"
distfiles="https://github.com/bettercap/bettercap/archive/v${version}.tar.gz"
checksum=5bde85117679c6ed8b5469a5271cdd5f7e541bd9187b8d0f26dee790c37e36e9
if [ "$XBPS_TARGET_LIBC" = musl ]; then
CPPFLAGS="-Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t"
fi