void-packages/srcpkgs/broot/template
travankor 3d120583e0 broot: rebuild with rust 1.41.1.
Fix bound checks.
[ci skip]
2020-03-02 10:53:34 +01:00

20 lines
575 B
Bash

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