void-packages/srcpkgs/broot/template
2022-06-11 02:01:12 -03:00

21 lines
649 B
Bash

# Template file for 'broot'
pkgname=broot
version=1.13.1
revision=1
build_style=cargo
short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="MIT"
homepage="https://dystroy.org/broot/"
changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md"
distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
checksum=95b4b01c43f23b8d4f06030b57c9b2e47a4fbbc4f6099acaf6e42d1f1697385e
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*|mips*) broken="unresolved import 'std::sync::atomic::AtomicU64'";;
esac
post_install() {
vlicense LICENSE
}