void-packages/srcpkgs/broot/template
2020-05-31 13:02:11 +02:00

20 lines
574 B
Bash

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