broot: broken on ppc32/mips/other stuff without AtomicU64
This commit is contained in:
@@ -10,6 +10,11 @@ homepage="https://dystroy.org/broot/"
|
||||
distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
|
||||
checksum=c6f8c208c965a08c3a244608fdb9d142d53083b0d802db3622eea949f4f46111
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user