dd9bb3e78b
Closes: #22972 [via git-merge-pr] Closes: #21790
20 lines
575 B
Bash
20 lines
575 B
Bash
# Template file for 'broot'
|
|
pkgname=broot
|
|
version=0.15.1
|
|
revision=1
|
|
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=39282e7cbcdf270c5f4853fb9c633caa06af85da9cc63fd61613b51f08bc19c6
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc64*) ;;
|
|
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|