bettercap: broken for musl
This commit is contained in:
parent
89b346d83f
commit
dcc8d6da2c
1 changed files with 5 additions and 0 deletions
|
@ -12,3 +12,8 @@ go_import_path="github.com/bettercap/bettercap"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=90f437ce132cc080c573a5bbc568d31859105117db2e1bf77f209c01ef2fa5ee
|
checksum=90f437ce132cc080c573a5bbc568d31859105117db2e1bf77f209c01ef2fa5ee
|
||||||
|
|
||||||
|
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
*-musl) broken="fails to build";;
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in a new issue