3d120583e0
Fix bound checks. [ci skip]
20 lines
575 B
Bash
20 lines
575 B
Bash
# Template file for 'broot'
|
|
pkgname=broot
|
|
version=0.13.2
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://dystroy.org/broot/"
|
|
distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
|
|
checksum=094ef8759e9d3e746dd504c5cc9323a8cb954f1690e8494ced6910bf9a710904
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc64*) ;;
|
|
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|