# Template file for 'broot' pkgname=broot version=1.16.2 revision=1 build_style=cargo short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent" maintainer="cinerea0 " license="MIT" homepage="https://dystroy.org/broot/" changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md" distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz" checksum=5a84bc72e861e9f2e70eb278e0bb26424e249448cf1d67884f419aacc98fec06 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="exr crate errors on big endian" fi case "$XBPS_TARGET_MACHINE" in ppc64*) ;; ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";; esac post_install() { vlicense LICENSE }