# Template file for 'broot' pkgname=broot version=1.33.1 revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="oniguruma-devel" 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/main/CHANGELOG.md" distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz" checksum=d54f6f29caa12d1cb1e66dc83f1ed4671567c13535eecb4242b7e0210519fecc 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 vsed -e "s/#version/${version}/g;s,#date,$(date +'%Y/%m/%d'),g" -i man/page vman man/page broot.1 }