bettercap: re-enable with *-musl archs except x86_64-musl. (#1294)

This commit is contained in:
maxice8 2018-08-01 06:27:28 -03:00 committed by Andrea Brancaleoni
parent 07f3b0f749
commit 0e62e36976

View file

@ -8,12 +8,11 @@ makedepends="libpcap-devel libnetfilter_queue-devel"
short_desc="Network attack and monitoring framework"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3"
go_import_path="github.com/bettercap/bettercap"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
go_import_path=github.com/bettercap/bettercap
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4ce11f69f3532d482bfc38ffab12d69545b6d7826bac5222d6bd6ff8ee20a26b
case $XBPS_TARGET_MACHINE in
*-musl) broken="fails to build";;
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) broken="fails to build" ;;
esac