20 lines
575 B
Bash
20 lines
575 B
Bash
# Template file for 'broot'
|
|
pkgname=broot
|
|
version=0.13.4
|
|
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=fd9af3df87f61dbce01c262c71d07cd11221602da7662c321501772eb9a68fff
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc64*) ;;
|
|
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|