void-packages/srcpkgs/broot/template
2021-08-10 09:43:22 -03:00

21 lines
574 B
Bash

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