void-packages/srcpkgs/bettercap/template
Đoàn Trần Công Danh fe1cabc031 bettercap: build for musl
2020-09-13 13:08:43 +07:00

18 lines
672 B
Bash

# Template file for 'bettercap'
pkgname=bettercap
version=2.27.1
revision=2
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=dd4349a43486ec300a0f777f7c53b2fff608fb82dbba720c144b85538811405c
if [ "$XBPS_TARGET_LIBC" = musl ]; then
CPPFLAGS="-Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t"
fi