bettercap: broken for musl

This commit is contained in:
Andrea Brancaleoni 2018-04-26 10:58:48 +02:00
parent 89b346d83f
commit dcc8d6da2c

View File

@ -12,3 +12,8 @@ go_import_path="github.com/bettercap/bettercap"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=90f437ce132cc080c573a5bbc568d31859105117db2e1bf77f209c01ef2fa5ee
case $XBPS_TARGET_MACHINE in
*-musl) broken="fails to build";;
esac