# Template file for 'broot' pkgname=broot version=1.15.0 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=a0116a595c175e88e9942331aded44aeab619ceee17297cd912e576483d48e2d 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 }