broot: broken on ppc32/mips/other stuff without AtomicU64

This commit is contained in:
q66 2020-01-09 03:23:16 +01:00
parent e6868ea18b
commit ee61f9bacd
1 changed files with 5 additions and 0 deletions

View File

@ -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
}