void-packages/srcpkgs/dutree/template
2021-10-30 14:53:47 -03:00

16 lines
534 B
Bash

# Template file for 'dutree'
pkgname=dutree
version=0.2.18
revision=1
build_style=cargo
short_desc="Tool to analyze file system usage written in Rust"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/nachoparker/dutree"
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
checksum=55c30e57cc339dd16141510af33245cc3b82f588f22419fc034f02b36ebecba0
pre_build() {
# default version too old for ppc musl systems
cargo update --package libc --precise 0.2.66
}