bettercap: re-enable with *-musl archs except x86_64-musl. (#1294)
This commit is contained in:
parent
07f3b0f749
commit
0e62e36976
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue